Cleaned up comments.

This commit is contained in:
Rolf Ahrenberg 2007-09-22 17:37:57 +00:00
parent bfc7f2e703
commit 91f5dced05
1 changed files with 1 additions and 2 deletions

View File

@ -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;
}