reverting inadvertent commit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2011-01-27 11:04:45 +00:00
parent df04f800b8
commit 8a3ddc6bd5

View File

@@ -34,8 +34,6 @@ public:
wxGenericValidator(bool* val); wxGenericValidator(bool* val);
// wxChoice, wxGauge, wxRadioBox, wxScrollBar, wxSlider, wxSpinButton // wxChoice, wxGauge, wxRadioBox, wxScrollBar, wxSlider, wxSpinButton
wxGenericValidator(int* val); wxGenericValidator(int* val);
wxGenericValidator(float* val);
wxGenericValidator(double* val);
// wxComboBox, wxTextCtrl, wxButton, wxStaticText (read-only) // wxComboBox, wxTextCtrl, wxButton, wxStaticText (read-only)
wxGenericValidator(wxString* val); wxGenericValidator(wxString* val);
// wxListBox, wxCheckListBox // wxListBox, wxCheckListBox
@@ -70,8 +68,6 @@ protected:
bool* m_pBool; bool* m_pBool;
int* m_pInt; int* m_pInt;
float* m_pFloat;
double* m_pDouble;
wxString* m_pString; wxString* m_pString;
wxArrayInt* m_pArrayInt; wxArrayInt* m_pArrayInt;
#if wxUSE_DATETIME #if wxUSE_DATETIME