summaryrefslogtreecommitdiff
path: root/utils/themeeditor/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/main.cpp')
-rw-r--r--utils/themeeditor/main.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/utils/themeeditor/main.cpp b/utils/themeeditor/main.cpp
index 3f7379e..152f780 100644
--- a/utils/themeeditor/main.cpp
+++ b/utils/themeeditor/main.cpp
@@ -41,19 +41,5 @@ int main(int argc, char* argv[])
return app.exec();
- /*
- struct skin_element* test = skin_parse(doc);
-
- ParseTreeModel tree(doc);
- std::cout << "----" << std::endl;
- if(std::string(doc) == tree.genCode().toStdString())
- std::cout << "Code in/out matches" << std::endl;
- else
- std::cout << "Match error" << std::endl;
-
-
- skin_free_tree(test);
- */
-
}