summaryrefslogtreecommitdiff
path: root/utils/themeeditor/main.cpp
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-06-04 07:57:19 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-06-04 07:57:19 +0000
commite174a8ad8dc531ff093894b7f930f0b9750c74eb (patch)
treee74063cb651c54a2fb3dee2632943b5950963c3b /utils/themeeditor/main.cpp
parent9616389377d169c5c23317f0695d322b8d958b09 (diff)
downloadrockbox-e174a8ad8dc531ff093894b7f930f0b9750c74eb.tar.gz
rockbox-e174a8ad8dc531ff093894b7f930f0b9750c74eb.zip
Theme Editor: Began implementing tabbing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26541 a1c6a512-1295-4272-9138-f99709370657
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 3f7379e0dd..152f780a43 100644
--- a/utils/themeeditor/main.cpp
+++ b/utils/themeeditor/main.cpp
@@ -41,19 +41,5 @@ int main(int argc, char* argv[])
41 41
42 return app.exec(); 42 return app.exec();
43 43
44 /*
45 struct skin_element* test = skin_parse(doc);
46
47 ParseTreeModel tree(doc);
48 std::cout << "----" << std::endl;
49 if(std::string(doc) == tree.genCode().toStdString())
50 std::cout << "Code in/out matches" << std::endl;
51 else
52 std::cout << "Match error" << std::endl;
53
54
55 skin_free_tree(test);
56 */
57
58} 44}
59 45