]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/choice.cpp
removed hard tabs
[wxWidgets.git] / src / palmos / choice.cpp
index 7f1a5a0bacf094710a0a92627af627c23e032685..b5ff3ed5eeb63d3c4628a1c7cf47f66dcee0e152 100644 (file)
@@ -188,12 +188,7 @@ void wxChoice::SetSelection(int n)
 // string list functions
 // ----------------------------------------------------------------------------
 
-int wxChoice::GetCount() const
-{
-    return 0;
-}
-
-int wxChoice::FindString(const wxString& s) const
+size_t wxChoice::GetCount() const
 {
     return 0;
 }