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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | gdk/Makefile.am | 2 |
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 \ |