summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2015-12-22 12:04:04 +0300
committermonsta <[email protected]>2015-12-22 12:04:04 +0300
commit4b8e00c883e00a45693bfd4586a1dc9290083a4a (patch)
tree8417726df9c2d018466bd99750c320d82dacbb48
parent188b0dba61a0b9094736c36d595a70158a2b677e (diff)
downloadmate-applets-4b8e00c883e00a45693bfd4586a1dc9290083a4a.tar.bz2
mate-applets-4b8e00c883e00a45693bfd4586a1dc9290083a4a.tar.xz
accessx-status: remove useless include
-rw-r--r--accessx-status/applet.c3
1 files changed, 0 insertions, 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 <libmate-desktop/mate-aboutdialog.h>
#if GTK_CHECK_VERSION (3, 0, 0)
-#define MATE_DESKTOP_USE_UNSTABLE_API
-#include <libmate-desktop/mate-desktop-utils.h>
-#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