summaryrefslogtreecommitdiff
path: root/frontend.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend.c')
-rw-r--r--frontend.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/frontend.c b/frontend.c
index caf42a34..de14383f 100644
--- a/frontend.c
+++ b/frontend.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: frontend.c,v 1.57 2008-04-13 22:32:44 phintuka Exp $
+ * $Id: frontend.c,v 1.58 2008-04-14 13:19:45 phintuka Exp $
*
*/
@@ -813,8 +813,6 @@ int cXinelibThread::ConfigureOSD(void)
strcpy(buf, "OSDSCALING ");
if(xc.unscaled_osd)
strcat(buf, " UnscaledAlways");
- if(xc.unscaled_osd_opaque)
- strcat(buf, " UnscaledOpaque");
if(xc.unscaled_osd_lowresvideo)
strcat(buf, " UnscaledLowRes");