summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-06-01 15:07:10 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-06-01 15:07:10 +0200
commit03245bdaf688dcafa25c021b68424dd6f4198e65 (patch)
tree669d0d384689d44cfd22bbff92e4e1a66b0c145b /device.h
parente639e3a76ad6c8d721ab3f827bd7b3847e351c05 (diff)
downloadvdr-03245bdaf688dcafa25c021b68424dd6f4198e65.tar.gz
vdr-03245bdaf688dcafa25c021b68424dd6f4198e65.tar.bz2
Removed obsolete constant
Diffstat (limited to 'device.h')
-rw-r--r--device.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/device.h b/device.h
index 807e6b88..cb3bfe02 100644
--- a/device.h
+++ b/device.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: device.h 2.13 2009/06/01 14:07:55 kls Exp $
+ * $Id: device.h 2.14 2009/06/01 15:07:10 kls Exp $
*/
#ifndef __DEVICE_H
@@ -56,8 +56,6 @@ enum eVideoSystem { vsPAL,
vsNTSC
};
-extern const char *VideoAspectString[];
-
enum eVideoDisplayFormat { vdfPanAndScan,
vdfLetterBox,
vdfCenterCutOut