reverted a change that I had committed accidentally.

2005-05-14  Sven Neumann  <sven@gimp.org>

	* plug-ins/pygimp/gimpenums.py: reverted a change that I had
	committed accidentally.
This commit is contained in:
Sven Neumann 2005-05-14 15:39:31 +00:00 committed by Sven Neumann
parent b212efe919
commit 3cdaea33d1
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2005-05-14 Sven Neumann <sven@gimp.org>
* plug-ins/pygimp/gimpenums.py: reverted a change that I had
committed accidentally.
2005-05-14 Michael Natterer <mitch@gimp.org>
* libgimpbase/gimpbaseenums.[ch]: register descriptions for the

View File

@ -318,11 +318,6 @@ HIGHLIGHTS = 2
TRANSFORM_FORWARD = 0
TRANSFORM_BACKWARD = 1
# GimpTransformResize
TRANSFORM_SIZE_ADJUST = 0
TRANSFORM_SIZE_CLIP = 1
TRANSFORM_SIZE_CROP = 2
# GimpUnit
UNIT_PIXEL = 0
UNIT_INCH = 1