[vlc-devel] [PATCH 7/7] npapi win32: unused members were removed

Sergey Radionov rsatom at gmail.com
Sat Dec 24 02:17:14 CET 2011


---
 npapi/vlcplugin_win.h |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/npapi/vlcplugin_win.h b/npapi/vlcplugin_win.h
index 255219f..673997d 100644
--- a/npapi/vlcplugin_win.h
+++ b/npapi/vlcplugin_win.h
@@ -41,8 +41,6 @@ public:
     VlcPluginWin(NPP, NPuint16_t);
     virtual ~VlcPluginWin();
 
-    int                 setSize(unsigned width, unsigned height);
-
     void toggle_fullscreen();
     void set_fullscreen( int );
     int  get_fullscreen();
@@ -64,12 +62,7 @@ protected:
 private:
     void set_player_window(){};
 
-    unsigned int     i_width, i_height;
-    unsigned int     i_tb_width, i_tb_height;
-
     VLCWindowsManager _WindowsManager;
-
-    int i_last_position;
 };
 
 #endif /* __VLCPLUGIN_WIN_H__ */
-- 
1.7.7.1.msysgit.0




More information about the vlc-devel mailing list