[vlc-devel] commit: hotkeys: remove unused members of p_sys (Jean-Paul Saman )

git version control git at videolan.org
Mon Jun 15 14:47:31 CEST 2009


vlc | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Mon May 25 10:10:38 2009 +0200| [c93874acf3eddeabc6d18c093135bb10567a597f] | committer: Derk-Jan Hartman 

hotkeys: remove unused members of p_sys
(cherry picked from commit 268fd7c763637958567923aaca19a389b38aea51)

Signed-off-by: Derk-Jan Hartman <hartman at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c93874acf3eddeabc6d18c093135bb10567a597f
---

 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 49babd8..575d31c 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