[gimp/goat-invasion: 312/325] app: remove the legacy gimp-transform-region code



commit 5d39457b89f2a56fa8202a06ecf60d057eeac8e1
Author: Michael Natterer <mitch gimp org>
Date:   Thu Mar 29 20:18:37 2012 +0200

    app: remove the legacy gimp-transform-region code

 app/Makefile.am                  |    3 +-
 app/core/Makefile.am             |    2 -
 app/core/gimp-transform-region.c | 1304 --------------------------------------
 app/core/gimp-transform-region.h |   38 --
 4 files changed, 1 insertions(+), 1346 deletions(-)
---
diff --git a/app/Makefile.am b/app/Makefile.am
index 7e49dd2..ee6e66d 100644
--- a/app/Makefile.am
+++ b/app/Makefile.am
@@ -148,8 +148,7 @@ AM_LDFLAGS = \
 	$(workaround_that_core_depends_on_pdb)		\
 	$(workaround_that_plug_in_depends_on_pdb)	\
 	$(workaround_that_file_depends_on_plug_in)	\
-	-u $(SYMPREFIX)gimp_param_spec_duplicate	\
-	-u $(SYMPREFIX)gimp_transform_region
+	-u $(SYMPREFIX)gimp_param_spec_duplicate
 
 gimpconsoleldadd = \
 	xcf/libappxcf.a			\
diff --git a/app/core/Makefile.am b/app/core/Makefile.am
index d75338b..56952bb 100644
--- a/app/core/Makefile.am
+++ b/app/core/Makefile.am
@@ -39,8 +39,6 @@ libappcore_a_sources = \
 	gimp-tags.h				\
 	gimp-templates.c			\
 	gimp-templates.h			\
-	gimp-transform-region.c			\
-	gimp-transform-region.h			\
 	gimp-transform-resize.c			\
 	gimp-transform-resize.h			\
 	gimp-transform-utils.c			\



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