]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/taskbarpriv.h
check that the version of __sync_sub_and_fetch that returns a value is supported...
[wxWidgets.git] / include / wx / gtk / taskbarpriv.h
index 58a43819523273291455b328ade0a440f5687361..f92b680ee15bd924c4e5812e30907de31b3ec77e 100644 (file)
@@ -14,9 +14,6 @@
 
 #include "wx/toplevel.h"
 
 
 #include "wx/toplevel.h"
 
-#include <gtk/gtkversion.h>
-#if GTK_CHECK_VERSION(2, 1, 0)
-
 class WXDLLIMPEXP_ADV wxTaskBarIconAreaBase : public wxTopLevelWindow
 {
 public:
 class WXDLLIMPEXP_ADV wxTaskBarIconAreaBase : public wxTopLevelWindow
 {
 public:
@@ -25,8 +22,6 @@ public:
     // Returns true if SYSTRAY protocol is supported by the desktop
     bool IsProtocolSupported();
 
     // Returns true if SYSTRAY protocol is supported by the desktop
     bool IsProtocolSupported();
 
-    virtual bool IsDecorCacheable() const;
-
     wxEvtHandler *m_invokingWindow;
 
 protected:
     wxEvtHandler *m_invokingWindow;
 
 protected:
@@ -35,5 +30,4 @@ protected:
 #endif // wxUSE_MENUS_NATIVE
 };
 
 #endif // wxUSE_MENUS_NATIVE
 };
 
-#endif // GTK_CHECK_VERSION(2, 1, 0)
 #endif // _WX_GTK_TASKBARPRIV_H_
 #endif // _WX_GTK_TASKBARPRIV_H_