app: remove gimp_drawable_process_lut()
This commit is contained in:
@ -21,7 +21,6 @@
|
|||||||
|
|
||||||
#include "core-types.h"
|
#include "core-types.h"
|
||||||
|
|
||||||
#include "base/gimplut.h"
|
|
||||||
#include "base/pixel-processor.h"
|
#include "base/pixel-processor.h"
|
||||||
#include "base/pixel-region.h"
|
#include "base/pixel-region.h"
|
||||||
|
|
||||||
@ -67,12 +66,3 @@ gimp_drawable_process (GimpDrawable *drawable,
|
|||||||
gimp_drawable_update (drawable, x, y, width, height);
|
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);
|
|
||||||
}
|
|
||||||
|
@ -24,10 +24,6 @@ void gimp_drawable_process (GimpDrawable *drawable,
|
|||||||
const gchar *undo_desc,
|
const gchar *undo_desc,
|
||||||
PixelProcessorFunc func,
|
PixelProcessorFunc func,
|
||||||
gpointer data);
|
gpointer data);
|
||||||
void gimp_drawable_process_lut (GimpDrawable *drawable,
|
|
||||||
GimpProgress *progress,
|
|
||||||
const gchar *undo_desc,
|
|
||||||
GimpLut *lut);
|
|
||||||
|
|
||||||
|
|
||||||
#endif /* __GIMP_DRAWABLE_PROCESS_H__ */
|
#endif /* __GIMP_DRAWABLE_PROCESS_H__ */
|
||||||
|
Reference in New Issue
Block a user