]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/choice.cpp
made SetFirstItem() work again (patch 1445170)
[wxWidgets.git] / src / palmos / choice.cpp
index 1a48dfcf53130d2f4035b8bf84b495f94cada078..ce5eedf27463d27b32d75e994511c7625229881c 100644 (file)
 // 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)
 {
 }