X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e273151278d28cceefe6eee8c49bc6915306805d..63a3cd7a8c737eb4571f27e5f2af37eda0f1c5cc:/src/palmos/choice.cpp diff --git a/src/palmos/choice.cpp b/src/palmos/choice.cpp index 3cc53e1b6c..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" @@ -120,7 +116,7 @@ bool wxChoice::CreateAndInit(wxWindow *parent, const wxValidator& validator, const wxString& name) { - return FALSE; + return false; } bool wxChoice::Create(wxWindow *parent, @@ -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) { } @@ -272,13 +263,4 @@ bool wxChoice::MSWCommand(WXUINT param, WXWORD WXUNUSED(id)) return false; } -WXHBRUSH wxChoice::OnCtlColor(WXHDC pDC, WXHWND WXUNUSED(pWnd), WXUINT WXUNUSED(nCtlColor), - WXUINT WXUNUSED(message), - WXWPARAM WXUNUSED(wParam), - WXLPARAM WXUNUSED(lParam) - ) -{ - return (WXHBRUSH) 0; -} - #endif // wxUSE_CHOICE