[gimp] app: remove unused old render structs from gimpdrawable-blend.c
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: remove unused old render structs from gimpdrawable-blend.c
- Date: Mon, 1 May 2017 00:28:16 +0000 (UTC)
commit c2b7983c340df25059249142b8973762c8c1beff
Author: Michael Natterer <mitch gimp org>
Date: Mon May 1 02:27:46 2017 +0200
app: remove unused old render structs from gimpdrawable-blend.c
app/core/gimpdrawable-blend.c | 27 ---------------------------
1 files changed, 0 insertions(+), 27 deletions(-)
---
diff --git a/app/core/gimpdrawable-blend.c b/app/core/gimpdrawable-blend.c
index 9868a5a..d86535c 100644
--- a/app/core/gimpdrawable-blend.c
+++ b/app/core/gimpdrawable-blend.c
@@ -37,33 +37,6 @@
#include "gimp-intl.h"
-typedef struct
-{
- GimpGradient *gradient;
- GimpContext *context;
- gboolean reverse;
-#ifdef USE_GRADIENT_CACHE
- GimpRGB *gradient_cache;
- gint gradient_cache_size;
-#endif
- gdouble offset;
- gdouble sx, sy;
- GimpGradientType gradient_type;
- gdouble dist;
- gdouble vec[2];
- GimpRepeatMode repeat;
- GRand *seed;
- GeglBuffer *dist_buffer;
-} RenderBlendData;
-
-typedef struct
-{
- GeglBuffer *buffer;
- gfloat *row_data;
- gint width;
- GRand *dither_rand;
-} PutPixelData;
-
/* public functions */
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]