[gegl-gtk] gegl-gtk-warp: Don't define GeglWarpBehavior



commit 7023bdce1069297e6ffb4d0b0eb5a024b9b1bd56
Author: Jon Nordby <jononor gmail com>
Date:   Mon Jun 18 22:37:20 2012 +0200

    gegl-gtk-warp: Don't define GeglWarpBehavior
    
    It is defined by GEGL.

 examples/c/gegl-gtk-warp.c |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/examples/c/gegl-gtk-warp.c b/examples/c/gegl-gtk-warp.c
index 1ec1d31..588ee17 100644
--- a/examples/c/gegl-gtk-warp.c
+++ b/examples/c/gegl-gtk-warp.c
@@ -22,18 +22,6 @@
 #include <gtk/gtk.h>
 #include <gegl-gtk.h>
 
-/* gegl */
-typedef enum
-{
-  GEGL_WARP_BEHAVIOR_MOVE,
-  GEGL_WARP_BEHAVIOR_GROW,
-  GEGL_WARP_BEHAVIOR_SHRINK,
-  GEGL_WARP_BEHAVIOR_SWIRL_CW,
-  GEGL_WARP_BEHAVIOR_SWIRL_CCW,
-  GEGL_WARP_BEHAVIOR_ERASE,
-  GEGL_WARP_BEHAVIOR_SMOOTH
-} GeglWarpBehavior;
-
 /* Tool */
 static gdouble         cursor_x; /* Hold the cursor x position */
 static gdouble         cursor_y; /* Hold the cursor y position */



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