[vlc-devel] commit: hotkeys: remove unused members of p_sys (Jean-Paul Saman )
git version control
git at videolan.org
Sun Jun 14 20:09:09 CEST 2009
vlc | branch: 1.0-bugfix | Jean-Paul Saman <jpsaman at videolan.org> | Mon May 25 10:10:38 2009 +0200| [268fd7c763637958567923aaca19a389b38aea51] | committer: Jean-Paul Saman
hotkeys: remove unused members of p_sys
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=268fd7c763637958567923aaca19a389b38aea51
---
modules/control/hotkeys.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/modules/control/hotkeys.c b/modules/control/hotkeys.c
index 188cabc..c662f10 100644
--- a/modules/control/hotkeys.c
+++ b/modules/control/hotkeys.c
@@ -59,8 +59,6 @@ struct intf_sys_t
int i_size; /* number of events in buffer */
int p_channels[ CHANNELS_NUMBER ]; /* contains registered
* channel IDs */
- input_thread_t * p_input; /* pointer to input */
- vout_thread_t * p_vout; /* pointer to vout object */
vlc_mutex_t lock; /* callback lock */
vlc_cond_t wait; /* callback event */
int i_mousewheel_mode;
More information about the vlc-devel
mailing list