]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/textctrl.cpp
Silence warning about truncation since the comment says it ok
[wxWidgets.git] / src / palmos / textctrl.cpp
index ed4f70fcbf66f010b00dd0602c06361dba597974..d6473c6d3cab37f31927625943f08d18419d7ea3 100644 (file)
 // declarations
 // ============================================================================
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "textctrl.h"
-#endif
-
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
@@ -233,13 +229,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)
 {
 }