summaryrefslogtreecommitdiff
path: root/setup_menu.c
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-04-13 22:37:53 +0000
committerphintuka <phintuka>2008-04-13 22:37:53 +0000
commitdea72f6541326d91271390b4e9d2e01a4032633f (patch)
tree9f11a76675dea743593062891676812d8d65233c /setup_menu.c
parentc8da436a1fdaba8d09f7a4e1e4901fe02d9797e8 (diff)
downloadxineliboutput-dea72f6541326d91271390b4e9d2e01a4032633f.tar.gz
xineliboutput-dea72f6541326d91271390b4e9d2e01a4032633f.tar.bz2
Removed prescale_osd (replaced by osd_scaling)
Diffstat (limited to 'setup_menu.c')
-rw-r--r--setup_menu.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/setup_menu.c b/setup_menu.c
index 36b410c9..0bbe7777 100644
--- a/setup_menu.c
+++ b/setup_menu.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: setup_menu.c,v 1.51 2008-04-12 19:37:41 phintuka Exp $
+ * $Id: setup_menu.c,v 1.52 2008-04-13 22:37:53 phintuka Exp $
*
*/
@@ -907,9 +907,6 @@ void cMenuSetupOSD::Set(void)
Add(new cMenuEditStraI18nItem(tr("Show all layers"), &newconfig.osd_mixer,
OSD_MIXER_count, xc.s_osdMixers));
#endif
- Add(ctrl_scale =
- new cMenuEditBoolItem(tr("Scale OSD to video size"),
- &newconfig.prescale_osd));
Add(ctrl_unscaled =
new cMenuEditBoolItem(tr("Unscaled OSD (no transparency)"),
&newconfig.unscaled_osd));
@@ -1004,7 +1001,6 @@ void cMenuSetupOSD::Store(void)
SetupStore("OSD.Scaling", xc.osd_scaling);
SetupStore("OSD.HideMainMenu", xc.hide_main_menu);
SetupStore("OSD.LayersVisible", xc.osd_mixer);
- SetupStore("OSD.Prescale", xc.prescale_osd);
SetupStore("OSD.UnscaledAlways", xc.unscaled_osd);
SetupStore("OSD.UnscaledOpaque", xc.unscaled_osd_opaque);
SetupStore("OSD.UnscaledLowRes", xc.unscaled_osd_lowresvideo);