Commit ef03a24f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Remove unused variable in OSD. Revert if needed :D

parent 9382d2cc
...@@ -711,7 +711,7 @@ osd_button_t *__osd_ButtonFind( vlc_object_t *p_this, int i_x, int i_y, ...@@ -711,7 +711,7 @@ osd_button_t *__osd_ButtonFind( vlc_object_t *p_this, int i_x, int i_y,
int i_scale_width, int i_scale_height ) int i_scale_width, int i_scale_height )
{ {
osd_menu_t *p_osd; osd_menu_t *p_osd;
osd_button_t *p_button, *p_start, *p_end; osd_button_t *p_button;
vlc_value_t lockval; vlc_value_t lockval;
p_osd = vlc_object_find( p_this, VLC_OBJECT_OSDMENU, FIND_ANYWHERE ); p_osd = vlc_object_find( p_this, VLC_OBJECT_OSDMENU, FIND_ANYWHERE );
......
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