X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e1d63b79352db5290a9f86428d193bd6a08ef32f..5d9ef6deecb199737608453d35198f7bd574cc9e:/include/wx/palmos/toolbar.h?ds=sidebyside

diff --git a/include/wx/palmos/toolbar.h b/include/wx/palmos/toolbar.h
index 4188d1b2cb..217b79125f 100644
--- a/include/wx/palmos/toolbar.h
+++ b/include/wx/palmos/toolbar.h
@@ -12,10 +12,6 @@
 #ifndef _WX_TBAR95_H_
 #define _WX_TBAR95_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "toolbar.h"
-#endif
-
 #if wxUSE_TOOLBAR
 
 #include "wx/dynarray.h"
@@ -60,10 +56,7 @@ public:
     // implementation only from now on
     // -------------------------------
 
-    virtual void SetWindowStyleFlag(long style);
-
     void OnMouseEvent(wxMouseEvent& event);
-    void OnSysColourChanged(wxSysColourChangedEvent& event);
 
     void SetFocus() {}