From 87bfe5dfced0fb7a4e9839fdafa898261a39c86c Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Wed, 31 Aug 2005 03:05:27 +0000 Subject: - fix serious problems in widget code. fixup buffered mode. add animation support.lib/gui --- lib/dvb/demux.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/dvb/demux.cpp') diff --git a/lib/dvb/demux.cpp b/lib/dvb/demux.cpp index 3e05065b..5a143c5e 100644 --- a/lib/dvb/demux.cpp +++ b/lib/dvb/demux.cpp @@ -83,10 +83,8 @@ RESULT eDVBDemux::getSTC(pts_t &pts) } pts = stc.stc; - eDebug("got demux stc: %08llx", pts); ::close(fd); - return 0; } -- cgit v1.2.3