npapi-vlc | branch: master | Daniel Amm <[email protected]> | Thu Oct 6 18:02:55 2016 +0200| [fcd99cef812cbe0ec0218a48c3f6d9d89be2b348] | committer: Jean-Baptiste Kempf
win32: remove unused declarations Signed-off-by: Jean-Baptiste Kempf <[email protected]> > https://code.videolan.org/videolan/npapi-vlc/commit/fcd99cef812cbe0ec0218a48c3f6d9d89be2b348 --- common/win32_fullscreen.h | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/common/win32_fullscreen.h b/common/win32_fullscreen.h index c87f5e7..7c466a0 100644 --- a/common/win32_fullscreen.h +++ b/common/win32_fullscreen.h @@ -138,8 +138,6 @@ private: HWND hVideoPosScroll; HWND hMuteButton; HWND hVolumeSlider; - - int VideoPosShiftBits; }; //////////////////////////////////////////////////////////////////////////////// @@ -179,7 +177,6 @@ private: HHOOK _hMouseHook; DWORD _MouseHookThreadId; void MouseHook(bool SetHook); - void TrackMouse(); VLCWindowsManager& WM() {return *_wm;} @@ -188,10 +185,6 @@ private: inline const vlc_player_options* PO() const; private: - static HINSTANCE _hinstance; - static ATOM _holder_wndclass_atom; - -private: VLCWindowsManager* _wm; HBRUSH _hBgBrush; VLCControlsWnd* _CtrlsWnd; @@ -231,12 +224,6 @@ private: inline const VLCViewResources& RC() const; private: - void NeedHideControls(); - -private: - void CreateToolTip(); - -private: VLCWindowsManager* _WindowsManager; public: @@ -244,8 +231,6 @@ public: private: HWND _hWnd; - - int VideoPosShiftBits; }; /////////////////////// @@ -285,10 +270,6 @@ public: void OnMouseEvent(UINT uMouseMsg); private: - //libvlc events arrives from separate thread - void OnLibVlcEvent(const libvlc_event_t* event); - -private: const VLCViewResources& _rc; HMODULE _hModule; const vlc_player_options *const _po; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
