[gimp] app: micro cleanups



commit d66b6134a015ba5a4af54dddf7b671022f059060
Author: Michael Natterer <mitch gimp org>
Date:   Sat Mar 20 22:25:16 2010 +0100

    app: micro cleanups

 app/tools/gimpdrawtool.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/app/tools/gimpdrawtool.c b/app/tools/gimpdrawtool.c
index 432bfb6..db98e33 100644
--- a/app/tools/gimpdrawtool.c
+++ b/app/tools/gimpdrawtool.c
@@ -42,7 +42,7 @@
 #include "gimpdrawtool.h"
 
 
-#define DRAW_TIMEOUT 4 /* ~29 FPS */
+#define DRAW_TIMEOUT 4
 #define USE_TIMEOUT  1
 
 
@@ -315,7 +315,7 @@ gimp_draw_tool_calc_distance (GimpDrawTool *draw_tool,
  * distances.
  *
  * Returns: the square of the distance between the given points in
-            display coordinates
+ *          display coordinates
  **/
 gdouble
 gimp_draw_tool_calc_distance_square (GimpDrawTool *draw_tool,
@@ -1294,7 +1294,6 @@ gimp_draw_tool_draw_corner (GimpDrawTool   *draw_tool,
     }
 }
 
-
 void
 gimp_draw_tool_draw_lines (GimpDrawTool      *draw_tool,
                            const GimpVector2 *points,



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