diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-12-15 08:06:44 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-21 12:07:00 -0500 |
commit | 25c66c11e2fc83ef221e4bbc910d0b986efca0c3 (patch) | |
tree | b7ebe560a102860e1caa9f300f742157c0c898b7 /gdk/gdk.h | |
parent | ef85f112da84c0c2bc38020a97d546c906ed2cb3 (diff) | |
download | gtk+-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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> |