Commit 2fc5dc5f authored by David Fuhrmann's avatar David Fuhrmann

macosx: remove volume osd slider code

The slider is not displayed, anyway. But sometimes it flickers through
for a short moment which does not look good.
parent 66da497b
......@@ -470,8 +470,6 @@ static VLCCoreInteraction *_o_sharedInstance = nil;
vout_thread_t *p_vout = getVout();
if (p_vout)
{
vout_OSDSlider( p_vout, SPU_DEFAULT_CHANNEL,
[self volume]*100/AOUT_VOLUME_MAX, OSD_VERT_SLIDER );
vout_OSDMessage( p_vout, SPU_DEFAULT_CHANNEL, _( "Volume %d%%" ),
[self volume]*100/AOUT_VOLUME_DEFAULT );
vlc_object_release( p_vout );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment