Commit bdc6ec2a 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.
(cherry picked from commit 2fc5dc5fd4c2804d93b6993c9ac8765efd60412e)
Signed-off-by: default avatarDavid Fuhrmann <david.fuhrmann@googlemail.com>
parent 616bd262
...@@ -470,8 +470,6 @@ static VLCCoreInteraction *_o_sharedInstance = nil; ...@@ -470,8 +470,6 @@ static VLCCoreInteraction *_o_sharedInstance = nil;
vout_thread_t *p_vout = getVout(); vout_thread_t *p_vout = getVout();
if (p_vout) 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%%" ), vout_OSDMessage( p_vout, SPU_DEFAULT_CHANNEL, _( "Volume %d%%" ),
[self volume]*100/AOUT_VOLUME_DEFAULT ); [self volume]*100/AOUT_VOLUME_DEFAULT );
vlc_object_release( p_vout ); 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