[gimp/goat-invasion: 243/526] app: remove gimp_drawable_process_lut()
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/goat-invasion: 243/526] app: remove gimp_drawable_process_lut()
- Date: Sun, 22 Apr 2012 13:19:42 +0000 (UTC)
commit d6b1b08965cb1a510fe4a66f79e600ac64fc1fac
Author: Michael Natterer <mitch gimp org>
Date: Sun Mar 25 01:08:40 2012 +0100
app: remove gimp_drawable_process_lut()
app/core/gimpdrawable-process.c | 10 ----------
app/core/gimpdrawable-process.h | 4 ----
2 files changed, 0 insertions(+), 14 deletions(-)
---
diff --git a/app/core/gimpdrawable-process.c b/app/core/gimpdrawable-process.c
index 57bfb99..6442a2a 100644
--- a/app/core/gimpdrawable-process.c
+++ b/app/core/gimpdrawable-process.c
@@ -21,7 +21,6 @@
#include "core-types.h"
-#include "base/gimplut.h"
#include "base/pixel-processor.h"
#include "base/pixel-region.h"
@@ -67,12 +66,3 @@ gimp_drawable_process (GimpDrawable *drawable,
gimp_drawable_update (drawable, x, y, width, height);
}
}
-void
-gimp_drawable_process_lut (GimpDrawable *drawable,
- GimpProgress *progress,
- const gchar *undo_desc,
- GimpLut *lut)
-{
- gimp_drawable_process (drawable, progress, undo_desc,
- (PixelProcessorFunc) gimp_lut_process, lut);
-}
diff --git a/app/core/gimpdrawable-process.h b/app/core/gimpdrawable-process.h
index 07ca98f..7e3ae6c 100644
--- a/app/core/gimpdrawable-process.h
+++ b/app/core/gimpdrawable-process.h
@@ -24,10 +24,6 @@ void gimp_drawable_process (GimpDrawable *drawable,
const gchar *undo_desc,
PixelProcessorFunc func,
gpointer data);
-void gimp_drawable_process_lut (GimpDrawable *drawable,
- GimpProgress *progress,
- const gchar *undo_desc,
- GimpLut *lut);
#endif /* __GIMP_DRAWABLE_PROCESS_H__ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]