]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/frame.h
undef CreateWindow too, even if we don't use it ourselves it's still a very common...
[wxWidgets.git] / include / wx / msw / frame.h
index 17fae5715a4b3db6df90070130e65763bcea46f5..7decd43e5c82708b5ace52b90be2cad9a8022a04 100644 (file)
@@ -142,11 +142,6 @@ protected:
     static bool           m_useNativeStatusBar;
 #endif // wxUSE_STATUSBAR
 
-    // Data to save/restore when calling ShowFullScreen
-    int                   m_fsStatusBarFields; // 0 for no status bar
-    int                   m_fsStatusBarHeight;
-    int                   m_fsToolBarHeight;
-
 private:
 #if wxUSE_TOOLTIPS
     WXHWND                m_hwndToolTip;