X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/324eeecb3cdc9522e136af6670443148772b412a..74ebd40690d3676e74a7cfc239eee6c7e9764f05:/src/palmos/choice.cpp diff --git a/src/palmos/choice.cpp b/src/palmos/choice.cpp index 1a48dfcf53..ce5eedf274 100644 --- a/src/palmos/choice.cpp +++ b/src/palmos/choice.cpp @@ -16,10 +16,6 @@ // headers // ---------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "choice.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -197,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) { }