[gimp/soc-2013-combined-selection-tool: 205/230] app:added lines in selectbyshape



commit a0b8909f44ce96e42a34025333af675523889da9
Author: Ajay Ramanathan <ajay 010293 gmail com>
Date:   Sun Jul 21 16:06:43 2013 +0530

    app:added lines in selectbyshape

 app/tools/gimpselectbyshapetool.c |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)
---
diff --git a/app/tools/gimpselectbyshapetool.c b/app/tools/gimpselectbyshapetool.c
index 5d7bba8..8c6ad5a 100644
--- a/app/tools/gimpselectbyshapetool.c
+++ b/app/tools/gimpselectbyshapetool.c
@@ -96,15 +96,13 @@ static void
 gimp_select_by_shape_tool_draw (GimpDrawTool *draw_tool)
 {
   GimpCanvasGroup                *stroke_group = NULL;
-
-  /*GimpSelectByShapeTool        *rect_sel_tool;
-  GimpSelectByShape            *priv;
-  GimpCanvasGroup                *stroke_group = NULL;
+  /*GimpSelectByShapeTool          *shp_sel_tool;
+  GimpSelectByShapeTool           *priv;
+  
 
   gint x1, y1, x2, y2;
 
   GIMP_DRAW_TOOL_CLASS (parent_class)->draw (draw_tool);
-  
   shp_sel_tool = GIMP_SELECT_BY_SHAPE_TOOL (draw_tool);
   priv          = GIMP_SELECT_BY_SHAPE_TOOL_GET (shp_sel_tool);
  
@@ -192,8 +190,6 @@ gimp_select_by_shape_tool_draw (GimpDrawTool *draw_tool)
 }
 
 
-
-
 static void
 gimp_select_by_shape_tool_select (GimpRectangleSelectTool *rect_tool,
                                  GimpChannelOps           operation,


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