Remove check for non-existing wxUSE_TASKBARICON
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48674 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -106,8 +106,6 @@ Anders
|
|||||||
|
|
||||||
#include "wx/platform.h"
|
#include "wx/platform.h"
|
||||||
|
|
||||||
#if wxUSE_TASKBARICON
|
|
||||||
|
|
||||||
#include <gtk/gtkversion.h>
|
#include <gtk/gtkversion.h>
|
||||||
#if GTK_CHECK_VERSION(2, 1, 0)
|
#if GTK_CHECK_VERSION(2, 1, 0)
|
||||||
|
|
||||||
@@ -122,7 +120,6 @@ Anders
|
|||||||
#include <gdk/gdkwin32.h>
|
#include <gdk/gdkwin32.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#define SYSTEM_TRAY_REQUEST_DOCK 0
|
#define SYSTEM_TRAY_REQUEST_DOCK 0
|
||||||
#define SYSTEM_TRAY_BEGIN_MESSAGE 1
|
#define SYSTEM_TRAY_BEGIN_MESSAGE 1
|
||||||
#define SYSTEM_TRAY_CANCEL_MESSAGE 2
|
#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 /* GTK_CHECK_VERSION(2, 1, 0) */
|
||||||
#endif /* wxUSE_TASKBARICON */
|
|
||||||
|
Reference in New Issue
Block a user