summaryrefslogtreecommitdiff
path: root/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'device.c')
-rw-r--r--device.c7
1 files changed, 1 insertions, 6 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 {