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

@ -47,7 +47,6 @@ enum skin_element_type
SUBLINES,
CONDITIONAL,
TAG,
NEWLINE,
TEXT,
COMMENT,
};