diff --git a/device.c b/device.c index def29c3..eecedf4 100644 --- a/device.c +++ b/device.c @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: device.c,v 1.34 2007/09/22 17:34:20 ajhseppa Exp $ + * $Id: device.c,v 1.35 2007/09/22 17:37:57 rahrenbe Exp $ */ #include "common.h" @@ -248,7 +248,6 @@ void cIptvDevice::CloseDvr(void) { debug("cIptvDevice::CloseDvr(%d)\n", deviceIndex); pIptvStreamer->Close(); - // Iterate over all filters and clear their settings isOpenDvr = false; }