]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/choice.cpp
don't crash when XIM is used under IRIX
[wxWidgets.git] / src / palmos / choice.cpp
index 7f1a5a0bacf094710a0a92627af627c23e032685..ce5eedf27463d27b32d75e994511c7625229881c 100644 (file)
@@ -193,11 +193,6 @@ int wxChoice::GetCount() const
     return 0;
 }
 
-int wxChoice::FindString(const wxString& s) const
-{
-    return 0;
-}
-
 void wxChoice::SetString(int n, const wxString& s)
 {
 }