]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/textctrl.cpp
finally really fixes IRIX build:
[wxWidgets.git] / src / palmos / textctrl.cpp
index ed4f70fcbf66f010b00dd0602c06361dba597974..1656580262d719694f719d8b97f9e2aed4e5fbbd 100644 (file)
@@ -233,13 +233,6 @@ wxString wxTextCtrl::GetValue() const
     return res;
 }
 
-wxString wxTextCtrl::GetRange(long from, long to) const
-{
-    wxString str;
-
-    return str;
-}
-
 void wxTextCtrl::SetValue(const wxString& value)
 {
 }