summaryrefslogtreecommitdiffstats
path: root/utils/themeeditor/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/main.c')
-rw-r--r--utils/themeeditor/main.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/utils/themeeditor/main.c b/utils/themeeditor/main.c
deleted file mode 100644
index 269cad7840..0000000000
--- a/utils/themeeditor/main.c
+++ /dev/null
@@ -1,16 +0,0 @@
-#include "skin_parser.h"
-#include "skin_debug.h"
-
-#include <stdlib.h>
-#include <stdio.h>
-
-int main(int argc, char* argv[])
-{
- char* doc = "%Vd(U))\n\n%?bl(test,3,5,2,1)<param2|param3>";
-
- struct skin_element* test = skin_parse(doc);
-
- skin_debug_tree(test);
-
- return 0;
-}