summaryrefslogtreecommitdiff
path: root/src/glade-window.c
diff options
context:
space:
mode:
authorTom Schoonjans <Tom.Schoonjans@rfi.ac.uk>2020-05-07 09:07:43 +0100
committerTom Schoonjans <Tom.Schoonjans@rfi.ac.uk>2020-05-07 09:07:48 +0100
commitce473462ed65be1cf2d5e5478737461c927b345f (patch)
tree580bd138352d41a2c4e9689664171b665adb5f27 /src/glade-window.c
parentac5b9d45fa7eaa83cd8ed688248989b318bcde54 (diff)
downloadglade-ce473462ed65be1cf2d5e5478737461c927b345f.tar.gz
Build: use gtk-mac-integration only when creating bundle
Gtk-mac-integration was used only when creating the bundle, So there's no need to drag it as a dependency just because the build occurs on a macOS with a Gtk installation with Quartz backend.
Diffstat (limited to 'src/glade-window.c')
-rw-r--r--src/glade-window.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/glade-window.c b/src/glade-window.c
index 305c0ac8..a2fa889a 100644
--- a/src/glade-window.c
+++ b/src/glade-window.c
@@ -47,11 +47,6 @@
#include <gdk/gdkkeysyms.h>
#include <gtk/gtk.h>
-#ifdef MAC_INTEGRATION
-# include <gtkosxapplication.h>
-#endif
-
-
#define ACTION_GROUP_STATIC "GladeStatic"
#define ACTION_GROUP_PROJECT "GladeProject"
#define ACTION_GROUP_PROJECTS_LIST_MENU "GladeProjectsList"