]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/colrdlgg.h
Made wxPageSetupDialog a pimpl implementation.
[wxWidgets.git] / include / wx / generic / colrdlgg.h
index 1b5bae611bba83b730bbe8f93df5ccfdaef06040..984b0b4e32779d8af2ebc4e893a75d072e3449f4 100644 (file)
@@ -92,9 +92,6 @@ protected:
     // 16 'custom' colours
     wxColour customColours[16];
 
-    // One single custom colour (use sliders)
-    wxColour singleCustomColour;
-
     // Which colour is selected? An index into one of the two areas.
     int colourSelection;
     int whichKind; // 1 for standard colours, 2 for custom colours,
@@ -114,10 +111,4 @@ protected:
     DECLARE_DYNAMIC_CLASS(wxGenericColourDialog)
 };
 
-/* This shouldn't be necessary, we have a #define in wx/colordlg.h.
-#ifdef __WXGTK__
-typedef wxGenericColourDialog wxColourDialog;
-#endif
-*/
-
 #endif