don't show the status bar after restoring normal view after full screen if it had been hidden all along (bug 1071354); code cleanup: removed unused variables, reduced #ifdefs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-11-23 12:53:34 +00:00
parent ff2b312fc8
commit b01a88e050
2 changed files with 30 additions and 57 deletions

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