diff options
Diffstat (limited to 'xml/string.h')
-rw-r--r-- | xml/string.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/xml/string.h b/xml/string.h index 0c95bd5..8174b60 100644 --- a/xml/string.h +++ b/xml/string.h @@ -1,5 +1,5 @@ /* - * $Id: string.h,v 1.13 2005/01/20 14:02:41 lordjaxom Exp $ + * $Id: string.h,v 1.14 2005/01/20 15:12:16 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_XML_STRING_H @@ -119,11 +119,8 @@ enum exToken { tButtonBlue, tCanScrollUp, tCanScrollDown, - tEventHasTimer, // alias - tEventIsRunning, // alias - tEventHasVPS, // alias -#define __COUNT_TOKEN__ (tEventHasVPS + 1) +#define __COUNT_TOKEN__ (tCanScrollDown + 1) }; enum exAttrib { |