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.
This commit is contained in:
@ -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 ())
|
||||
|
||||
|
||||
|
@ -37,6 +37,9 @@
|
||||
#include "gimpdisplayshell-transform.h"
|
||||
|
||||
|
||||
#define GIMP_SAMPLE_POINT_DRAW_SIZE 10
|
||||
|
||||
|
||||
enum
|
||||
{
|
||||
PROP_0,
|
||||
|
Reference in New Issue
Block a user