git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9382d2c
)
Remove unused variable in OSD. Revert if needed :D
author
Jean-Baptiste Kempf
<jb@videolan.org>
Mon, 24 Dec 2007 01:03:16 +0000
(
01:03
+0000)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Mon, 24 Dec 2007 01:03:16 +0000
(
01:03
+0000)
src/osd/osd.c
patch
|
blob
|
history
diff --git
a/src/osd/osd.c
b/src/osd/osd.c
index
72ae0f5
..
ac289b8
100644
(file)
--- a/
src/osd/osd.c
+++ b/
src/osd/osd.c
@@
-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 )
{
osd_menu_t *p_osd;
- osd_button_t *p_button
, *p_start, *p_end
;
+ osd_button_t *p_button;
vlc_value_t lockval;
p_osd = vlc_object_find( p_this, VLC_OBJECT_OSDMENU, FIND_ANYWHERE );