Remove unused members from wxGenericColourDialog
This commit is contained in:
@@ -122,11 +122,6 @@ protected:
|
|||||||
wxStaticBitmap *m_customColoursBmp[16];
|
wxStaticBitmap *m_customColoursBmp[16];
|
||||||
#endif // wxCLRDLGG_USE_PREVIEW_WITH_ALPHA
|
#endif // wxCLRDLGG_USE_PREVIEW_WITH_ALPHA
|
||||||
|
|
||||||
int m_buttonY;
|
|
||||||
|
|
||||||
int m_okButtonX;
|
|
||||||
int m_customButtonX;
|
|
||||||
|
|
||||||
// static bool colourDialogCancelled;
|
// static bool colourDialogCancelled;
|
||||||
|
|
||||||
wxDECLARE_EVENT_TABLE();
|
wxDECLARE_EVENT_TABLE();
|
||||||
|
@@ -263,10 +263,6 @@ void wxGenericColourDialog::CalculateMeasurements()
|
|||||||
m_singleCustomColourRect.x = m_customColoursRect.width + m_customColoursRect.x + m_sectionSpacing;
|
m_singleCustomColourRect.x = m_customColoursRect.width + m_customColoursRect.x + m_sectionSpacing;
|
||||||
m_singleCustomColourRect.y = 80;
|
m_singleCustomColourRect.y = 80;
|
||||||
m_singleCustomColourRect.SetSize(customRectangleSize);
|
m_singleCustomColourRect.SetSize(customRectangleSize);
|
||||||
|
|
||||||
m_okButtonX = 10;
|
|
||||||
m_customButtonX = m_singleCustomColourRect.x ;
|
|
||||||
m_buttonY = m_customColoursRect.y + m_customColoursRect.height + 10;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxGenericColourDialog::CreateWidgets()
|
void wxGenericColourDialog::CreateWidgets()
|
||||||
|
Reference in New Issue
Block a user