summaryrefslogtreecommitdiff
path: root/gdk/gdk.h
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/gdk.h
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/gdk.h')
-rw-r--r--gdk/gdk.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk/gdk.h b/gdk/gdk.h
index 938961e35f..2b849695d6 100644
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -51,7 +51,6 @@
#include <gdk/gdkrgba.h>
#include <gdk/gdkscreen.h>
#include <gdk/gdkselection.h>
-#include <gdk/gdkspawn.h>
#include <gdk/gdktestutils.h>
#include <gdk/gdkthreads.h>
#include <gdk/gdktypes.h>