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.
This commit is contained in:
Matthias Clasen
2010-12-15 08:06:44 -05:00
parent ef85f112da
commit 25c66c11e2
9 changed files with 4 additions and 292 deletions

View File

@ -44,7 +44,6 @@ libgdk_x11_la_SOURCES = \
gdkscreen-x11.c \
gdkscreen-x11.h \
gdkselection-x11.c \
gdkspawn-x11.c \
gdktestutils-x11.c \
gdkvisual-x11.c \
gdkwindow-x11.c \