[gimp] app: remove the legacy gimp-transform-region code



commit e00598abedb8ba35f250dd1a7f39776780d1aaf5
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 aef4558..1435e85 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]