diff --git a/ChangeLog b/ChangeLog index 1fdf3ed599..990819a979 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-21 Michael Natterer + + * app/core/gimpchannel.h: removed HALF_WAY define, it's + BOUNDARY_HALF_WAY now. + 2005-08-20 Sven Neumann * app/widgets/gimpfiledialog.c (gimp_file_dialog_proc_changed): diff --git a/app/core/gimpchannel.h b/app/core/gimpchannel.h index c598278cc0..6d76d1879a 100644 --- a/app/core/gimpchannel.h +++ b/app/core/gimpchannel.h @@ -22,10 +22,6 @@ #include "gimpdrawable.h" -/* Half way point where a region is no longer visible in a selection */ -#define HALF_WAY 127 - - #define GIMP_TYPE_CHANNEL (gimp_channel_get_type ()) #define GIMP_CHANNEL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GIMP_TYPE_CHANNEL, GimpChannel)) #define GIMP_CHANNEL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GIMP_TYPE_CHANNEL, GimpChannelClass))