From 4b8e00c883e00a45693bfd4586a1dc9290083a4a Mon Sep 17 00:00:00 2001 From: monsta Date: Tue, 22 Dec 2015 12:04:04 +0300 Subject: accessx-status: remove useless include --- accessx-status/applet.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/accessx-status/applet.c b/accessx-status/applet.c index 8383452c..ed6117e0 100644 --- a/accessx-status/applet.c +++ b/accessx-status/applet.c @@ -40,9 +40,6 @@ #include #if GTK_CHECK_VERSION (3, 0, 0) -#define MATE_DESKTOP_USE_UNSTABLE_API -#include -#define gdk_spawn_command_line_on_screen mate_gdk_spawn_command_line_on_screen #define gtk_vbox_new(X,Y) gtk_box_new(GTK_ORIENTATION_VERTICAL,Y) #define gtk_hbox_new(X,Y) gtk_box_new(GTK_ORIENTATION_HORIZONTAL,Y) #endif -- cgit v1.2.1