app: remove duplicate typedefs from gimp-gegl-types.h

This commit is contained in:
Michael Natterer
2012-05-10 21:31:40 +02:00
parent 7101ee191a
commit 43dc848dfb

View File

@ -20,29 +20,12 @@
#ifndef __GIMP_GEGL_TYPES_H__ #ifndef __GIMP_GEGL_TYPES_H__
#define __GIMP_GEGL_TYPES_H__ #define __GIMP_GEGL_TYPES_H__
#include "core/core-types.h" #include "core/core-types.h"
#include "gegl/gimp-gegl-enums.h" #include "gegl/gimp-gegl-enums.h"
#include "operations/operations-types.h"
/* operations */
typedef struct _GimpOperationPointFilter GimpOperationPointFilter;
typedef struct _GimpOperationPointLayerMode GimpOperationPointLayerMode;
/* operation config objects */
typedef struct _GimpBrightnessContrastConfig GimpBrightnessContrastConfig;
typedef struct _GimpCageConfig GimpCageConfig;
typedef struct _GimpColorBalanceConfig GimpColorBalanceConfig;
typedef struct _GimpColorizeConfig GimpColorizeConfig;
typedef struct _GimpCurvesConfig GimpCurvesConfig;
typedef struct _GimpDesaturateConfig GimpDesaturateConfig;
typedef struct _GimpHueSaturationConfig GimpHueSaturationConfig;
typedef struct _GimpLevelsConfig GimpLevelsConfig;
typedef struct _GimpPosterizeConfig GimpPosterizeConfig;
typedef struct _GimpThresholdConfig GimpThresholdConfig;
/* temporary stuff */ /* temporary stuff */
@ -50,9 +33,4 @@ typedef struct _GimpThresholdConfig GimpThresholdConfig;
typedef struct _GimpTileBackendTileManager GimpTileBackendTileManager; typedef struct _GimpTileBackendTileManager GimpTileBackendTileManager;
/* non-object types */
typedef struct _GimpCagePoint GimpCagePoint;
#endif /* __GIMP_GEGL_TYPES_H__ */ #endif /* __GIMP_GEGL_TYPES_H__ */