[vlc-commits] win32: remove unused declarations

Daniel Amm git at videolan.org
Mon Oct 10 23:42:50 CEST 2016


npapi-vlc | branch: master | Daniel Amm <da2424 at t-online.de> | Thu Oct  6 18:02:55 2016 +0200| [fcd99cef812cbe0ec0218a48c3f6d9d89be2b348] | committer: Jean-Baptiste Kempf

win32: remove unused declarations

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

> 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;



More information about the vlc-commits mailing list