summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2006-09-09 23:09:56 +0000
committerphintuka <phintuka>2006-09-09 23:09:56 +0000
commit33a85db31cc80f223f4f39a6964adac71f1ffe68 (patch)
treeacaf4b5bb9618596a0c17ce4c24cbeba176bc90a
parent695bce8f185b37260f136db86cfd5b67e80981b0 (diff)
downloadxineliboutput-33a85db31cc80f223f4f39a6964adac71f1ffe68.tar.gz
xineliboutput-33a85db31cc80f223f4f39a6964adac71f1ffe68.tar.bz2
Double blank display removed
-rw-r--r--device.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/device.c b/device.c
index b6368fde..c79d75b1 100644
--- a/device.c
+++ b/device.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: device.c,v 1.21 2006-09-06 20:36:52 phintuka Exp $
+ * $Id: device.c,v 1.22 2006-09-09 23:09:56 phintuka Exp $
*
*/
@@ -539,7 +539,6 @@ void cXinelibDevice::SetTvMode(cChannel *Channel)
Clear();
ForEach(m_clients, &cXinelibThread::SetNoVideo, m_RadioStream);
ForEach(m_clients, &cXinelibThread::SetLiveMode, true);
- ForEach(m_clients, &cXinelibThread::QueueBlankDisplay);
ForEach(m_clients, &cXinelibThread::ResumeOutput);
}