diff options
author | monsta <[email protected]> | 2015-12-22 12:04:04 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-12-22 12:04:04 +0300 |
commit | 4b8e00c883e00a45693bfd4586a1dc9290083a4a (patch) | |
tree | 8417726df9c2d018466bd99750c320d82dacbb48 /accessx-status | |
parent | 188b0dba61a0b9094736c36d595a70158a2b677e (diff) | |
download | mate-applets-4b8e00c883e00a45693bfd4586a1dc9290083a4a.tar.bz2 mate-applets-4b8e00c883e00a45693bfd4586a1dc9290083a4a.tar.xz |
accessx-status: remove useless include
Diffstat (limited to 'accessx-status')
-rw-r--r-- | accessx-status/applet.c | 3 |
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 |