From c9b60d2b73b01b2e6153e5054f3395b7c62f2db9 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sun, 6 Jul 2003 16:16:35 +0000 Subject: [PATCH] Well this has no business here! --- tagtestcode.cpp | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 tagtestcode.cpp diff --git a/tagtestcode.cpp b/tagtestcode.cpp deleted file mode 100644 index ca88c82a7..000000000 --- a/tagtestcode.cpp +++ /dev/null @@ -1,19 +0,0 @@ - // Write some dummy tags. - KaxTags &tags = GetChild(*kax_segment); - KaxTag &tag = GetChild(tags); - KaxTagTargets &targets = GetChild(tag); - *(static_cast(&GetChild(targets))) = - 1234; - *(static_cast(&GetChild(targets))) = - 5678; - KaxTagGeneral &general = GetChild(tag); - *(static_cast(&GetChild(general))) = - cstr_to_UTFstring("Subject"); - *(static_cast(&GetChild(general))) = - cstr_to_UTFstring("Bibliography"); - *(static_cast(&GetChild(general))) = "ger"; - tags.Render(*out); - - // Also index our tags. - kax_seekhead->IndexThis(tags, *kax_segment); -