summaryrefslogtreecommitdiff
path: root/channels.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-05-28 15:10:08 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-05-28 15:10:08 +0200
commit9847c7571dc8f76301dcff7a6eff8075f2179b09 (patch)
treef4b1284beee812f96e5b11e51c253003877a977a /channels.h
parent43551831500e249b2dcb8557910ad234f46564cc (diff)
downloadvdr-9847c7571dc8f76301dcff7a6eff8075f2179b09.tar.gz
vdr-9847c7571dc8f76301dcff7a6eff8075f2179b09.tar.bz2
Removed all the compatibility '#if APIVERSNUM...' stuff and instead increased the API version number
Diffstat (limited to 'channels.h')
-rw-r--r--channels.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/channels.h b/channels.h
index abccceae..c0dd37e0 100644
--- a/channels.h
+++ b/channels.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: channels.h 1.41 2006/05/28 10:13:21 kls Exp $
+ * $Id: channels.h 1.42 2006/05/28 15:03:56 kls Exp $
*/
#ifndef __CHANNELS_H
@@ -233,10 +233,7 @@ public:
int GetNextGroup(int Idx); // Get next channel group
int GetPrevGroup(int Idx); // Get previous channel group
int GetNextNormal(int Idx); // Get next normal channel (not group)
-#if APIVERSNUM != 10400
-#warning ******* API version changed - activate new code
int GetPrevNormal(int Idx); // Get previous normal channel (not group)
-#endif
void ReNumber(void); // Recalculate 'number' based on channel type
cChannel *GetByNumber(int Number, int SkipGap = 0);
cChannel *GetByServiceID(int Source, int Transponder, unsigned short ServiceID);