1
0
Fork 0
forked from len0rd/rockbox

Theme Editor: Removed the NEWLINE parse tree element

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26463 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Bieber 2010-06-02 06:12:18 +00:00
parent f16adb045a
commit 4003f35dc7
4 changed files with 4 additions and 42 deletions

View file

@ -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++)