1
0
Fork 0
forked from len0rd/rockbox

revert r25271 which caused more problems than it tried to fix

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25296 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2010-03-23 02:19:48 +00:00
parent 7e84cca441
commit dafca1405e
3 changed files with 15 additions and 14 deletions

View file

@ -197,7 +197,6 @@ struct skin_line {
#define VP_DRAW_WASHIDDEN 0x4
/* these are never drawn, nor cleared, i.e. just ignored */
#define VP_NEVER_VISIBLE 0x8
#define VP_NEVER_CLEAR 0x10
#define VP_DEFAULT_LABEL '|'
#define VP_NO_LABEL '-'
#define VP_INFO_LABEL '_'