summaryrefslogtreecommitdiff
path: root/gdk/Makefile.am
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-12-15 08:06:44 -0500
committerMatthias Clasen <mclasen@redhat.com>2010-12-21 12:07:00 -0500
commit25c66c11e2fc83ef221e4bbc910d0b986efca0c3 (patch)
treeb7ebe560a102860e1caa9f300f742157c0c898b7 /gdk/Makefile.am
parentef85f112da84c0c2bc38020a97d546c906ed2cb3 (diff)
downloadgtk+-25c66c11e2fc83ef221e4bbc910d0b986efca0c3.tar.gz
Remove gdk_spawn functions
These functions were trivial g_spawn wrappers in all backends except for X11, and they can be easily replaced by g_app_info_create_for_commandline + GdkAppLaunchContext.
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r--gdk/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am
index 2545e29ff4..0e980493fe 100644
--- a/gdk/Makefile.am
+++ b/gdk/Makefile.am
@@ -84,7 +84,6 @@ gdk_public_h_sources = \
gdkrgba.h \
gdkscreen.h \
gdkselection.h \
- gdkspawn.h \
gdktestutils.h \
gdkthreads.h \
gdktypes.h \
@@ -210,7 +209,6 @@ x11_introspection_files = \
x11/gdkscreen-x11.c \
x11/gdkselection-x11.c \
x11/gdksettings.c \
- x11/gdkspawn-x11.c \
x11/gdktestutils-x11.c \
x11/gdkvisual-x11.c \
x11/gdkwindow-x11.c \