diff --git a/src/gtk/eggtrayicon.c b/src/gtk/eggtrayicon.c index 1e6fd9bf20..6fc88b118d 100644 --- a/src/gtk/eggtrayicon.c +++ b/src/gtk/eggtrayicon.c @@ -106,8 +106,6 @@ Anders #include "wx/platform.h" -#if wxUSE_TASKBARICON - #include #if GTK_CHECK_VERSION(2, 1, 0) @@ -122,7 +120,6 @@ Anders #include #endif - #define SYSTEM_TRAY_REQUEST_DOCK 0 #define SYSTEM_TRAY_BEGIN_MESSAGE 1 #define SYSTEM_TRAY_CANCEL_MESSAGE 2 @@ -633,7 +630,4 @@ egg_tray_icon_get_orientation (EggTrayIcon *icon) - - #endif /* GTK_CHECK_VERSION(2, 1, 0) */ -#endif /* wxUSE_TASKBARICON */