[gimp/soc-2012-unified-transformation: 2/52] app: remove useless function call in gimp_tool_motion



commit 2ecb0fc2459c59616cd18785f42fcb8f353db07a
Author: Mikael Magnusson <mikachu src gnome org>
Date:   Sat Aug 13 16:42:33 2011 +0200

    app: remove useless function call in gimp_tool_motion

 app/tools/gimptool.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimptool.c b/app/tools/gimptool.c
index 4be372f..a76c906 100644
--- a/app/tools/gimptool.c
+++ b/app/tools/gimptool.c
@@ -711,7 +711,6 @@ gimp_tool_motion (GimpTool         *tool,
   g_return_if_fail (gimp_tool_control_is_active (tool->control) == TRUE);
 
   tool->got_motion_event = TRUE;
-  gimp_tool_check_click_distance (tool, coords, time, display);
 
   GIMP_TOOL_GET_CLASS (tool)->motion (tool, coords, time, state, display);
 }



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