From 0f679d7b4802d573f38ef8bfa0bb5ac19b2a2915 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Mon, 4 Dec 2006 13:57:27 +0000 Subject: [PATCH] removed unused defines. 2006-12-04 Sven Neumann * app/tools/gimpperspectiveclonetool.h: removed unused defines. --- ChangeLog | 4 ++++ app/tools/gimpperspectiveclonetool.h | 7 +------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0ef4149e14..2287c30cef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-12-04 Sven Neumann + + * app/tools/gimpperspectiveclonetool.h: removed unused defines. + 2006-12-03 Sven Neumann * app/tools/gimppainttool.c (gimp_paint_tool_init): don't diff --git a/app/tools/gimpperspectiveclonetool.h b/app/tools/gimpperspectiveclonetool.h index de6d746c27..c63371cb1d 100644 --- a/app/tools/gimpperspectiveclonetool.h +++ b/app/tools/gimpperspectiveclonetool.h @@ -21,12 +21,7 @@ #include "gimpbrushtool.h" -#include "gimptransformtool.h" /* Quit, but define TransInfo */ - - -/* buffer sizes for scaling information strings (for the info dialog) */ -#define MAX_INFO_BUF 40 -#define TRAN_INFO_SIZE 8 +#include "gimptransformtool.h" /* for TransInfo */ #define GIMP_TYPE_PERSPECTIVE_CLONE_TOOL (gimp_perspective_clone_tool_get_type ())