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 13397281..43bc0e08 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 3.14 2014/03/11 09:48:40 kls Exp $
+ * $Id: device.c 3.15 2014/03/15 13:23:28 kls Exp $
*/
#include "device.h"
@@ -430,11 +430,6 @@ void cDevice::SetVideoFormat(bool VideoFormat16_9)
{
}
-eVideoSystem cDevice::GetVideoSystem(void)
-{
- return vsPAL;
-}
-
void cDevice::GetVideoSize(int &Width, int &Height, double &VideoAspect)
{
Width = 0;