[vlc-devel] [PATCH 2/2] win32: remove unused declarations

Daniel Amm da2424 at t-online.de
Thu Oct 6 18:02:55 CEST 2016


---
 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;
-- 
2.9.0.windows.1



More information about the vlc-devel mailing list