From 03245bdaf688dcafa25c021b68424dd6f4198e65 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Mon, 1 Jun 2009 15:07:10 +0200 Subject: Removed obsolete constant --- device.c | 7 +------ device.h | 4 +--- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/device.c b/device.c index 1cd30a87..84da76e5 100644 --- a/device.c +++ b/device.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: device.c 2.20 2009/06/01 14:08:45 kls Exp $ + * $Id: device.c 2.21 2009/06/01 15:07:03 kls Exp $ */ #include "device.h" @@ -19,11 +19,6 @@ #include "status.h" #include "transfer.h" -const char *VideoAspectString[] = { "4:3", - "16:9", - "2.21:1" - }; - // --- cLiveSubtitle --------------------------------------------------------- class cLiveSubtitle : public cReceiver { 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 -- cgit v1.2.3