diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2009-06-01 15:07:10 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2009-06-01 15:07:10 +0200 |
commit | 03245bdaf688dcafa25c021b68424dd6f4198e65 (patch) | |
tree | 669d0d384689d44cfd22bbff92e4e1a66b0c145b /device.c | |
parent | e639e3a76ad6c8d721ab3f827bd7b3847e351c05 (diff) | |
download | vdr-03245bdaf688dcafa25c021b68424dd6f4198e65.tar.gz vdr-03245bdaf688dcafa25c021b68424dd6f4198e65.tar.bz2 |
Removed obsolete constant
Diffstat (limited to 'device.c')
-rw-r--r-- | device.c | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 { |