app: remove GIMP_TOOL_CURSOR_UNIFIED_TRANSFORM from GimpToolCursorType

It just made all tool cursors after it wrong since i never made an icon
This commit is contained in:
Mikael Magnusson 2012-08-20 20:27:23 +02:00
parent 08cd798ec6
commit 3e4f66c968
1 changed files with 0 additions and 1 deletions

View File

@ -221,7 +221,6 @@ typedef enum /*< skip >*/
GIMP_TOOL_CURSOR_ROTATE, GIMP_TOOL_CURSOR_ROTATE,
GIMP_TOOL_CURSOR_SHEAR, GIMP_TOOL_CURSOR_SHEAR,
GIMP_TOOL_CURSOR_PERSPECTIVE, GIMP_TOOL_CURSOR_PERSPECTIVE,
GIMP_TOOL_CURSOR_UNIFIED_TRANSFORM,
GIMP_TOOL_CURSOR_FLIP_HORIZONTAL, GIMP_TOOL_CURSOR_FLIP_HORIZONTAL,
GIMP_TOOL_CURSOR_FLIP_VERTICAL, GIMP_TOOL_CURSOR_FLIP_VERTICAL,
GIMP_TOOL_CURSOR_TEXT, GIMP_TOOL_CURSOR_TEXT,