diff options
author | phintuka <phintuka> | 2008-04-14 19:58:54 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-04-14 19:58:54 +0000 |
commit | c31f0dae0c73833bfe0042707d06d3aab8ce8b28 (patch) | |
tree | 560959e429bc93e1959846627f373958d5576683 /device.c | |
parent | e2d000cdb7419b2ef16a7cb19d1892aba469c944 (diff) | |
download | xineliboutput-c31f0dae0c73833bfe0042707d06d3aab8ce8b28.tar.gz xineliboutput-c31f0dae0c73833bfe0042707d06d3aab8ce8b28.tar.bz2 |
Signal unscaled OSD configuration options in xine_osd_command_t flags
Diffstat (limited to 'device.c')
-rw-r--r-- | device.c | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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.56 2008-04-12 19:37:41 phintuka Exp $ + * $Id: device.c,v 1.57 2008-04-14 19:58:50 phintuka Exp $ * */ @@ -414,13 +414,6 @@ void cXinelibDevice::MainThreadHook(void) // Configuration // -void cXinelibDevice::ConfigureOSD(void) -{ - TRACEF("cXinelibDevice::ConfigureOSD"); - - ForEach(m_clients, &cXinelibThread::ConfigureOSD); -} - void cXinelibDevice::ConfigurePostprocessing(const char *deinterlace_method, int audio_delay, int audio_compression, |