removed unused static variable

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2004-11-12 21:43:25 +00:00
parent fc480dc16b
commit 281818319b

View File

@ -245,8 +245,6 @@ public:
wxTextCtrl* m_marginBottomText;
wxComboBox* m_paperTypeChoice;
static bool m_pageSetupDialogCancelled;
wxPageSetupData m_pageData;
private:
@ -257,4 +255,4 @@ private:
#endif
#endif
// __PRINTDLGH_G__
// __PRINTDLGH_G_