]> git.saurik.com Git - wxWidgets.git/commitdiff
reverting inadvertent commit
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 27 Jan 2011 11:04:45 +0000 (11:04 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 27 Jan 2011 11:04:45 +0000 (11:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/valgen.h

index 8da3bb2efcae8b1dc1699dbcdd48ba0b7791f552..63324a19627011ed764c13302d8a22e31c58ebe6 100644 (file)
@@ -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