]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/toplevel.h
protect access to ms_aTraceMasks with a critical section (replaces patch 1911172)
[wxWidgets.git] / include / wx / gtk / toplevel.h
index a8bc266b57a30af5366d7b7ad859ed3916348c79..2fa607c415b913186afb491b84bfefd69c99ed10 100644 (file)
@@ -145,8 +145,6 @@ private:
 
     // is the frame currently grabbed explicitly by the application?
     bool m_grabbed;
-
-    wxSize m_sizeIncHint;
 };
 
 #endif // _WX_GTK_TOPLEVEL_H_