]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/window.h
Added wchar handling for EMX (gcc on OS/2).
[wxWidgets.git] / include / wx / univ / window.h
index 78cf266257dd70d345de21bcfd2493696aaa6b23..c32af380e28ca6311367ffdb1744a1a141848e3f 100644 (file)
@@ -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;