mirror of https://github.com/GNOME/gimp.git
removed obsolete GimpParamColor typedef.
2004-03-18 Manish Singh <yosh@gimp.org> * libgimp/gimptypes.h: removed obsolete GimpParamColor typedef.
This commit is contained in:
parent
f07c0a6dd5
commit
1f50327027
|
@ -1,3 +1,7 @@
|
|||
2004-03-18 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* libgimp/gimptypes.h: removed obsolete GimpParamColor typedef.
|
||||
|
||||
2004-03-18 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/script-fu/script-fu-console.c: applied a patch from
|
||||
|
|
|
@ -34,7 +34,6 @@ typedef struct _GimpTile GimpTile;
|
|||
typedef struct _GimpDrawable GimpDrawable;
|
||||
typedef struct _GimpPixelRgn GimpPixelRgn;
|
||||
typedef struct _GimpParamDef GimpParamDef;
|
||||
typedef struct _GimpParamColor GimpParamColor;
|
||||
typedef struct _GimpParamRegion GimpParamRegion;
|
||||
typedef union _GimpParamData GimpParamData;
|
||||
typedef struct _GimpParam GimpParam;
|
||||
|
|
Loading…
Reference in New Issue