[gimp] plug-ins: drop gee and gee-zoom plug-ins



commit edb41221c6673b57b4456ca280a3af69e9e1f67a
Author: Sven Neumann <sven gimp org>
Date:   Wed Feb 3 20:39:02 2010 +0100

    plug-ins: drop gee and gee-zoom plug-ins
    
    These plug-ins used to be used as easter-eggs and have only been
    available thru the PDB. Since they are not useful except for the fun
    of staring at the weird code, we can as well remove them entirely.

 plug-ins/common/.gitignore     |    4 -
 plug-ins/common/Makefile.am    |   38 --
 plug-ins/common/gee-zoom.c     |  802 ----------------------------------------
 plug-ins/common/gee.c          |  656 --------------------------------
 plug-ins/common/plugin-defs.pl |    2 -
 po-plug-ins/POTFILES.in        |    2 -
 6 files changed, 0 insertions(+), 1504 deletions(-)
---
diff --git a/plug-ins/common/.gitignore b/plug-ins/common/.gitignore
index bb34d24..5589319 100644
--- a/plug-ins/common/.gitignore
+++ b/plug-ins/common/.gitignore
@@ -170,10 +170,6 @@
 /filter-pack.exe
 /fractal-trace
 /fractal-trace.exe
-/gee
-/gee.exe
-/gee-zoom
-/gee-zoom.exe
 /gradient-map
 /gradient-map.exe
 /grid
diff --git a/plug-ins/common/Makefile.am b/plug-ins/common/Makefile.am
index e60907d..2a4c8d6 100644
--- a/plug-ins/common/Makefile.am
+++ b/plug-ins/common/Makefile.am
@@ -121,8 +121,6 @@ libexec_PROGRAMS = \
 	film \
 	filter-pack \
 	fractal-trace \
-	gee \
-	gee-zoom \
 	gradient-map \
 	grid \
 	guillotine \
@@ -1537,38 +1535,6 @@ fractal_trace_LDADD = \
 	$(RT_LIBS)		\
 	$(INTLLIBS)
 
-gee_SOURCES = \
-	gee.c
-
-gee_LDADD = \
-	$(libgimpui)		\
-	$(libgimpwidgets)	\
-	$(libgimpmodule)	\
-	$(libgimp)		\
-	$(libgimpmath)		\
-	$(libgimpconfig)	\
-	$(libgimpcolor)		\
-	$(libgimpbase)		\
-	$(GTK_LIBS)		\
-	$(RT_LIBS)		\
-	$(INTLLIBS)
-
-gee_zoom_SOURCES = \
-	gee-zoom.c
-
-gee_zoom_LDADD = \
-	$(libgimpui)		\
-	$(libgimpwidgets)	\
-	$(libgimpmodule)	\
-	$(libgimp)		\
-	$(libgimpmath)		\
-	$(libgimpconfig)	\
-	$(libgimpcolor)		\
-	$(libgimpbase)		\
-	$(GTK_LIBS)		\
-	$(RT_LIBS)		\
-	$(INTLLIBS)
-
 gradient_map_SOURCES = \
 	gradient-map.c
 
@@ -2473,16 +2439,12 @@ web_browser_SOURCES = \
 	web-browser.c
 
 web_browser_LDADD = \
-	$(libgimpui)		\
-	$(libgimpwidgets)	\
-	$(libgimpmodule)	\
 	$(libgimp)		\
 	$(libgimpmath)		\
 	$(libgimpconfig)	\
 	$(libgimpcolor)		\
 	$(libgimpbase)		\
 	$(GLIB_LIBS)		\
-	$(GTK_LIBS)		\
 	$(RT_LIBS)		\
 	$(INTLLIBS)
 
diff --git a/plug-ins/common/plugin-defs.pl b/plug-ins/common/plugin-defs.pl
index 04854c7..1cf7566 100644
--- a/plug-ins/common/plugin-defs.pl
+++ b/plug-ins/common/plugin-defs.pl
@@ -83,8 +83,6 @@
     'film' => { ui => 1 },
     'filter-pack' => { ui => 1 },
     'fractal-trace' => { ui => 1 },
-    'gee' => { ui => 1 },
-    'gee-zoom' => { ui => 1 },
     'gradient-map' => {},
     'grid' => { ui => 1 },
     'guillotine' => {},
diff --git a/po-plug-ins/POTFILES.in b/po-plug-ins/POTFILES.in
index 636d904..04f35e1 100644
--- a/po-plug-ins/POTFILES.in
+++ b/po-plug-ins/POTFILES.in
@@ -90,8 +90,6 @@ plug-ins/common/file-xwd.c
 plug-ins/common/film.c
 plug-ins/common/filter-pack.c
 plug-ins/common/fractal-trace.c
-plug-ins/common/gee-zoom.c
-plug-ins/common/gee.c
 plug-ins/common/gradient-map.c
 plug-ins/common/grid.c
 plug-ins/common/guillotine.c



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