diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2014-01-01 14:26:26 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2014-01-01 14:26:26 +0100 |
commit | 9dbd953cc239afaf833b977a42f78420ec0fe45a (patch) | |
tree | c6348e771215a57c064da7f16474b17f84ed8630 /dvbdevice.h | |
parent | ea613e6b2651bedacce9413df0a9e3c80afb6c1c (diff) | |
download | vdr-9dbd953cc239afaf833b977a42f78420ec0fe45a.tar.gz vdr-9dbd953cc239afaf833b977a42f78420ec0fe45a.tar.bz2 |
Eliminated MAXDVBDEVICES
Diffstat (limited to 'dvbdevice.h')
-rw-r--r-- | dvbdevice.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dvbdevice.h b/dvbdevice.h index 7a54d8cf..0a76d9df 100644 --- a/dvbdevice.h +++ b/dvbdevice.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: dvbdevice.h 3.2 2013/06/01 11:36:18 kls Exp $ + * $Id: dvbdevice.h 3.3 2014/01/01 14:00:56 kls Exp $ */ #ifndef __DVBDEVICE_H @@ -67,7 +67,6 @@ enum { // --- End of definitions for older DVB API versions ------------------------- -#define MAXDVBDEVICES 8 #define MAXDELIVERYSYSTEMS 8 #define DEV_VIDEO "/dev/video" |