From 7a8cadd3935bcf8ac9dbc3ba0bbbf761c8cb202f Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Wed, 15 Feb 2012 13:22:03 +0100 Subject: Removed superfluous calls to SetVideoFormat() from device constructors --- device.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'device.c') diff --git a/device.c b/device.c index 04cc7b5a..526f867f 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.48 2012/02/15 12:14:32 kls Exp $ + * $Id: device.c 2.49 2012/02/15 13:15:19 kls Exp $ */ #include "device.h" @@ -82,8 +82,6 @@ cDevice::cDevice(void) SetDescription("receiver on device %d", CardIndex() + 1); - SetVideoFormat(Setup.VideoFormat); - mute = false; volume = Setup.CurrentVolume; -- cgit v1.2.3