X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bdb5436554c910fe850db1470514ee83ded76db3..0bca03736369e836cce9297509505c5972e775dd:/include/wx/palmos/button.h?ds=sidebyside

diff --git a/include/wx/palmos/button.h b/include/wx/palmos/button.h
index b94fb8731c..cc45441469 100644
--- a/include/wx/palmos/button.h
+++ b/include/wx/palmos/button.h
@@ -12,10 +12,6 @@
 #ifndef _WX_BUTTON_H_
 #define _WX_BUTTON_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "button.h"
-#endif
-
 // ----------------------------------------------------------------------------
 // Pushbutton
 // ----------------------------------------------------------------------------
@@ -52,16 +48,11 @@ public:
     // implementation from now on
     virtual void Command(wxCommandEvent& event);
 
-    virtual void ApplyParentThemeBackground(const wxColour& bg)
-    {
-        // avoide switching into owner-drawn mode
-        wxControl::SetBackgroundColour(bg);
-    }
-
-protected:
     // send a notification event, return true if processed
     bool SendClickEvent();
 
+protected:
+
     // default button handling
     void SetTmpDefault();
     void UnsetTmpDefault();