X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..9ce754611c77501ecab87f76d948535d55769e91:/src/palmos/listbox.cpp diff --git a/src/palmos/listbox.cpp b/src/palmos/listbox.cpp index 89b033a925..2ee8226dde 100644 --- a/src/palmos/listbox.cpp +++ b/src/palmos/listbox.cpp @@ -190,11 +190,6 @@ void wxListBox::DoSetItems(const wxArrayString& choices, void** clientData) { } -int wxListBox::FindString(const wxString& s) const -{ - return wxNOT_FOUND; -} - void wxListBox::Clear() { }