removed HALF_WAY define, it's BOUNDARY_HALF_WAY now.

2005-08-21  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpchannel.h: removed HALF_WAY define, it's
	BOUNDARY_HALF_WAY now.
This commit is contained in:
Michael Natterer 2005-08-21 12:57:54 +00:00 committed by Michael Natterer
parent 9810a67869
commit cb39aa66a0
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2005-08-21 Michael Natterer <mitch@gimp.org>
* app/core/gimpchannel.h: removed HALF_WAY define, it's
BOUNDARY_HALF_WAY now.
2005-08-20 Sven Neumann <sven@gimp.org>
* app/widgets/gimpfiledialog.c (gimp_file_dialog_proc_changed):

View File

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