diff options
Diffstat (limited to 'vdrmanager/src/de/bjusystems/vdrmanager/data/EventContentGroup.java')
-rw-r--r-- | vdrmanager/src/de/bjusystems/vdrmanager/data/EventContentGroup.java | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/vdrmanager/src/de/bjusystems/vdrmanager/data/EventContentGroup.java b/vdrmanager/src/de/bjusystems/vdrmanager/data/EventContentGroup.java deleted file mode 100644 index 03fcd90..0000000 --- a/vdrmanager/src/de/bjusystems/vdrmanager/data/EventContentGroup.java +++ /dev/null @@ -1,23 +0,0 @@ -package de.bjusystems.vdrmanager.data; - -/** - * @author lado - * - * Based on epg.c from vdr - * - */ -public interface EventContentGroup { - - static int MovieDrama = 0x10; // - static int NewsCurrentAffairs = 0x20; // - static int Show = 0x30; // - static int Sports = 0x40; // - static int ChildrenYouth = 0x50; // - static int MusicBalletDance = 0x60; // - static int ArtsCulture = 0x70; // - static int SocialPoliticalEconomics = 0x80;// - static int EducationalScience = 0x90;// - static int LeisureHobbies = 0xA0;// - static int Special = 0xB0; // - static int UserDefined = 0xF0;// -}
\ No newline at end of file |