[vlc-commits] Remove unused variable

Cheng Sun git at videolan.org
Wed Dec 28 19:15:54 CET 2011


npapi-vlc | branch: master | Cheng Sun <chengsun9 at gmail.com> | Thu Dec 22 19:40:02 2011 +0000| [9a24d8b807917a0cd5726e28ef73dc94943c0f4e] | committer: Jean-Baptiste Kempf

Remove unused variable

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 npapi/vlcplugin_gtk.cpp |    1 -
 npapi/vlcplugin_gtk.h   |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/npapi/vlcplugin_gtk.cpp b/npapi/vlcplugin_gtk.cpp
index f501aca..dc6ef9a 100644
--- a/npapi/vlcplugin_gtk.cpp
+++ b/npapi/vlcplugin_gtk.cpp
@@ -13,7 +13,6 @@ VlcPluginGtk::VlcPluginGtk(NPP instance, NPuint16_t mode) :
     parent_vbox(NULL),
     video_container(NULL),
     toolbar(NULL),
-    popupmenu(NULL),
     fullscreen_win(NULL),
     is_fullscreen(false)
 {
diff --git a/npapi/vlcplugin_gtk.h b/npapi/vlcplugin_gtk.h
index b2bdb55..8797885 100644
--- a/npapi/vlcplugin_gtk.h
+++ b/npapi/vlcplugin_gtk.h
@@ -60,7 +60,7 @@ private:
 
     unsigned int     i_width, i_height;
     GtkWidget *parent, *parent_vbox, *video_container;
-    GtkWidget *toolbar, *popupmenu, *time_slider;
+    GtkWidget *toolbar, *time_slider;
     GtkWidget *fullscreen_win;
     gulong video_container_size_handler_id;
 



More information about the vlc-commits mailing list