removed obsolete GimpParamColor typedef.

2004-03-18  Manish Singh  <yosh@gimp.org>

        * libgimp/gimptypes.h: removed obsolete GimpParamColor typedef.
This commit is contained in:
Manish Singh 2004-03-18 18:27:22 +00:00 committed by Manish Singh
parent f07c0a6dd5
commit 1f50327027
2 changed files with 4 additions and 1 deletions

View File

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

View File

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