From d343d0160fd12264308fcd4ad42acbd4b3b3ee4b Mon Sep 17 00:00:00 2001 From: Monsta Date: Mon, 24 Aug 2015 22:43:30 +0300 Subject: removed some suspicious references to win32 --- applets/notification_area/na-tray-manager.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'applets') diff --git a/applets/notification_area/na-tray-manager.c b/applets/notification_area/na-tray-manager.c index df20e7a5..76caa979 100644 --- a/applets/notification_area/na-tray-manager.c +++ b/applets/notification_area/na-tray-manager.c @@ -28,12 +28,8 @@ #include #include -#if defined (GDK_WINDOWING_X11) #include #include -#elif defined (GDK_WINDOWING_WIN32) -#include -#endif #include "na-marshal.h" @@ -191,14 +187,6 @@ na_tray_manager_class_init (NaTrayManagerClass *klass) NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0); - -#if defined (GDK_WINDOWING_X11) - /* Nothing */ -#elif defined (GDK_WINDOWING_WIN32) - g_warning ("Port NaTrayManager to Win32"); -#else - g_warning ("Port NaTrayManager to this GTK+ backend"); -#endif } static void -- cgit v1.2.1