]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/src/wxconfigtool.h
Cleaned up some comments, reorganized some code
[wxWidgets.git] / utils / configtool / src / wxconfigtool.h
index a88f72962a2b3859141d0413e5ccacbe3295e8a9..5fe71a22b162a467cfb682b4c67b0fa8940d5df8 100644 (file)
@@ -99,12 +99,6 @@ protected:
     /// The application directory.
     wxString                m_appDir;
 
-    /// Global print data, to remember settings during the session.
-    wxPrintData             m_printData;
-
-    /// Global page setup data.
-    wxPageSetupDialogData   m_pageSetupData;
-
     /// Notebook window.
     wxNotebook*             m_notebookWindow;