summaryrefslogtreecommitdiff
path: root/utils/themeeditor/skin_debug.c
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-06-02 06:12:18 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-06-02 06:12:18 +0000
commit4003f35dc79c4678526d2ee3a510963713ce88b8 (patch)
treea5b82cdb81cb56b65f6b5f6a4a4284d5a32f94f0 /utils/themeeditor/skin_debug.c
parentf16adb045a25bf6f7ac29a2f6c80b25f1a3d2613 (diff)
downloadrockbox-4003f35dc79c4678526d2ee3a510963713ce88b8.zip
rockbox-4003f35dc79c4678526d2ee3a510963713ce88b8.tar.gz
rockbox-4003f35dc79c4678526d2ee3a510963713ce88b8.tar.bz2
rockbox-4003f35dc79c4678526d2ee3a510963713ce88b8.tar.xz
Theme Editor: Removed the NEWLINE parse tree element
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26463 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/skin_debug.c')
-rw-r--r--utils/themeeditor/skin_debug.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/themeeditor/skin_debug.c b/utils/themeeditor/skin_debug.c
index 360d720..4d69189 100644
--- a/utils/themeeditor/skin_debug.c
+++ b/utils/themeeditor/skin_debug.c
@@ -107,10 +107,6 @@ void skin_debug_tree(struct skin_element* root)
current->text);
break;
- case NEWLINE:
- printf("[ Newline on line %d ]\n", current->line);
- break;
-
case COMMENT:
printf("[ Comment on line %d: ", current->line);
for(i = 0; i < (int)strlen(current->text); i++)