removed unused defines.

2006-12-04  Sven Neumann  <sven@gimp.org>

        * app/tools/gimpperspectiveclonetool.h: removed unused defines.
This commit is contained in:
Sven Neumann 2006-12-04 13:57:27 +00:00 committed by Sven Neumann
parent a594537982
commit 0f679d7b48
2 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2006-12-04 Sven Neumann <sven@gimp.org>
* app/tools/gimpperspectiveclonetool.h: removed unused defines.
2006-12-03 Sven Neumann <sven@gimp.org>
* app/tools/gimppainttool.c (gimp_paint_tool_init): don't

View File

@ -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 ())