X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e273151278d28cceefe6eee8c49bc6915306805d..a8d2fb31cbf09dcc4683c9566ff4bc89580f268c:/src/palmos/listbox.cpp diff --git a/src/palmos/listbox.cpp b/src/palmos/listbox.cpp index 57a65650e5..2ee8226dde 100644 --- a/src/palmos/listbox.cpp +++ b/src/palmos/listbox.cpp @@ -9,10 +9,6 @@ // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "listbox.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -194,11 +190,6 @@ void wxListBox::DoSetItems(const wxArrayString& choices, void** clientData) { } -int wxListBox::FindString(const wxString& s) const -{ - return wxNOT_FOUND; -} - void wxListBox::Clear() { } @@ -207,7 +198,7 @@ void wxListBox::Free() { } -void wxListBox::SetSelection(int N, bool select) +void wxListBox::DoSetSelection(int N, bool select) { }