X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/df04f800b84a71e6f1f5020fa03c2831fa87e6f2..19fc1a2f0d8523e8d31b40e7b83a058faacc20c2:/include/wx/valgen.h diff --git a/include/wx/valgen.h b/include/wx/valgen.h index 8da3bb2efc..b0adefaf17 100644 --- a/include/wx/valgen.h +++ b/include/wx/valgen.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: valgen.h +// Name: wx/valgen.h // Purpose: wxGenericValidator class // Author: Kevin Smith // Created: Jan 22 1999 @@ -34,8 +34,6 @@ public: wxGenericValidator(bool* val); // wxChoice, wxGauge, wxRadioBox, wxScrollBar, wxSlider, wxSpinButton wxGenericValidator(int* val); - wxGenericValidator(float* val); - wxGenericValidator(double* val); // wxComboBox, wxTextCtrl, wxButton, wxStaticText (read-only) wxGenericValidator(wxString* val); // wxListBox, wxCheckListBox @@ -70,8 +68,6 @@ protected: bool* m_pBool; int* m_pInt; - float* m_pFloat; - double* m_pDouble; wxString* m_pString; wxArrayInt* m_pArrayInt; #if wxUSE_DATETIME