From 26f6f2992aeb1fc01dd53b78e08bcc55daecc822 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Thu, 30 Sep 2010 10:12:15 +0200 Subject: [PATCH] app: remove GIMP_SAMPLE_POINT_DRAW_SIZE from gimpsamplepoint.h and add it to gimpcanvassamplepoint.c, it doesn't need to be public any longer. --- app/core/gimpsamplepoint.h | 3 --- app/display/gimpcanvassamplepoint.c | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/core/gimpsamplepoint.h b/app/core/gimpsamplepoint.h index be0dccaa4a..aef3ab0a5c 100644 --- a/app/core/gimpsamplepoint.h +++ b/app/core/gimpsamplepoint.h @@ -19,9 +19,6 @@ #define __GIMP_SAMPLE_POINT_H__ -#define GIMP_SAMPLE_POINT_DRAW_SIZE 10 - - #define GIMP_TYPE_SAMPLE_POINT (gimp_sample_point_get_type ()) diff --git a/app/display/gimpcanvassamplepoint.c b/app/display/gimpcanvassamplepoint.c index 494d470bc2..7e5e7f5210 100644 --- a/app/display/gimpcanvassamplepoint.c +++ b/app/display/gimpcanvassamplepoint.c @@ -37,6 +37,9 @@ #include "gimpdisplayshell-transform.h" +#define GIMP_SAMPLE_POINT_DRAW_SIZE 10 + + enum { PROP_0,