[gimp/metadata-browser] app: remove GimpLut, dodgeburn was its last user



commit 63e753f5c7de7429394094c08ec01e3714ca382c
Author: Michael Natterer <mitch gimp org>
Date:   Mon Apr 2 19:19:55 2012 +0200

    app: remove GimpLut, dodgeburn was its last user

 app/base/Makefile.am  |    2 -
 app/base/base-types.h |    2 -
 app/base/gimplut.c    |  266 -------------------------------------------------
 app/base/gimplut.h    |   71 -------------
 4 files changed, 0 insertions(+), 341 deletions(-)
---
diff --git a/app/base/Makefile.am b/app/base/Makefile.am
index 2268ec6..2e44797 100644
--- a/app/base/Makefile.am
+++ b/app/base/Makefile.am
@@ -25,8 +25,6 @@ libappbase_a_SOURCES = \
 	base-utils.h		\
 	cpercep.c		\
 	cpercep.h		\
-	gimplut.c		\
-	gimplut.h		\
 	pixel-processor.c	\
 	pixel-processor.h	\
 	pixel-region.c		\
diff --git a/app/base/base-types.h b/app/base/base-types.h
index 54a6cef..4ff6a6e 100644
--- a/app/base/base-types.h
+++ b/app/base/base-types.h
@@ -47,8 +47,6 @@
 
 /* types */
 
-typedef struct _GimpLut             GimpLut;
-
 typedef struct _PixelRegionIterator PixelRegionIterator;
 typedef struct _PixelRegion         PixelRegion;
 typedef struct _PixelRegionHolder   PixelRegionHolder;



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