get rid of singleCustomColour - its not needed. Cleanup/optimize a bit more.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2004-11-18 16:35:16 +00:00
parent dc2ee831d3
commit 984b0d8ba7
2 changed files with 25 additions and 18 deletions

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