diff options
Diffstat (limited to 'setup_menu.c')
-rw-r--r-- | setup_menu.c | 6 |
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); |