[gimp] Remove unused code without any effect



commit 294154ed7612e46a7066392ba46d99a21b5a648b
Author: Michael Natterer <mitch gimp org>
Date:   Mon May 25 21:14:33 2009 +0200

    Remove unused code without any effect
---
 app/tools/gimpperspectiveclonetool.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/app/tools/gimpperspectiveclonetool.c b/app/tools/gimpperspectiveclonetool.c
index ca78aaf..793f371 100644
--- a/app/tools/gimpperspectiveclonetool.c
+++ b/app/tools/gimpperspectiveclonetool.c
@@ -784,11 +784,6 @@ gimp_perspective_clone_tool_draw (GimpDrawTool *draw_tool)
       source_core->src_drawable && clone_tool->src_display)
     {
       GimpDisplay *tmp_display;
-      gint         off_x;
-      gint         off_y;
-
-      gimp_item_get_offset (GIMP_ITEM (source_core->src_drawable),
-                            &off_x, &off_y);
 
       tmp_display = draw_tool->display;
       draw_tool->display = clone_tool->src_display;



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