[gnome-shell] shell: remove ShellProcess



commit 9ddf19a1a48b14ff14025dc0a9b45dd9517299dc
Author: Dan Winship <danw gnome org>
Date:   Wed Nov 17 11:43:08 2010 -0500

    shell: remove ShellProcess
    
    ShellProcess only existed to work around gjs bugs that have long since
    been fixed, and has now been obsoleted by Util.spawn*. Kill it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=635089

 src/Makefile.am     |    2 -
 src/shell-process.c |  129 ---------------------------------------------------
 src/shell-process.h |   37 ---------------
 3 files changed, 0 insertions(+), 168 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index fa9804b..0740f06 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -59,7 +59,6 @@ shell_public_headers_h =		\
 	shell-embedded-window.h		\
 	shell-generic-container.h	\
 	shell-gtk-embed.h		\
-	shell-process.h			\
 	shell-global.h			\
 	shell-perf-log.h		\
 	shell-slicer.h			\
@@ -90,7 +89,6 @@ libgnome_shell_la_SOURCES =		\
 	shell-embedded-window.c		\
 	shell-generic-container.c	\
 	shell-gtk-embed.c		\
-	shell-process.c			\
 	shell-global.c			\
 	shell-perf-log.c		\
 	shell-slicer.c			\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]