[vlc-commits] npapi win32: unused members were removed
Sergey Radionov
git at videolan.org
Sat Dec 24 14:40:05 CET 2011
npapi-vlc | branch: master | Sergey Radionov <RSATom at gmail.com> | Sat Dec 24 07:48:22 2011 +0700| [cbab6ffde0c4904241f9acb88e9f3f17afa731e7] | committer: Jean-Baptiste Kempf
npapi win32: unused members were removed
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=cbab6ffde0c4904241f9acb88e9f3f17afa731e7
---
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__ */
More information about the vlc-commits
mailing list