X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/94633ad9f171fefbe96b7cde1aa0a29090e627bc..0cf5b09998e7d4606387975a56b6a954a98fd7b7:/include/wx/univ/window.h

diff --git a/include/wx/univ/window.h b/include/wx/univ/window.h
index 78cf266257..c32af380e2 100644
--- a/include/wx/univ/window.h
+++ b/include/wx/univ/window.h
@@ -268,9 +268,6 @@ private:
     wxScrollBar *m_scrollbarHorz,
                 *m_scrollbarVert;
 
-    // the stack of windows which have captured the mouse
-    static struct WXDLLEXPORT wxWindowNext *ms_winCaptureNext;
-
 #if wxUSE_MENUS
     // the current modal event loop for the popup menu we show or NULL
     static wxEventLoop *ms_evtLoopPopup;