[gimp] app: remove duplicate typedefs from gimp-gegl-types.h
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: remove duplicate typedefs from gimp-gegl-types.h
- Date: Thu, 10 May 2012 19:32:07 +0000 (UTC)
commit 43dc848dfb3d7eb7946119485f1401bec0df7503
Author: Michael Natterer <mitch gimp org>
Date: Thu May 10 21:31:40 2012 +0200
app: remove duplicate typedefs from gimp-gegl-types.h
app/gegl/gimp-gegl-types.h | 28 +++-------------------------
1 files changed, 3 insertions(+), 25 deletions(-)
---
diff --git a/app/gegl/gimp-gegl-types.h b/app/gegl/gimp-gegl-types.h
index c931620..02ab185 100644
--- a/app/gegl/gimp-gegl-types.h
+++ b/app/gegl/gimp-gegl-types.h
@@ -20,39 +20,17 @@
#ifndef __GIMP_GEGL_TYPES_H__
#define __GIMP_GEGL_TYPES_H__
+
#include "core/core-types.h"
#include "gegl/gimp-gegl-enums.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;
+#include "operations/operations-types.h"
/* temporary stuff */
-typedef struct _GimpTileBackendTileManager GimpTileBackendTileManager;
-
-
-/* non-object types */
-
-typedef struct _GimpCagePoint GimpCagePoint;
+typedef struct _GimpTileBackendTileManager GimpTileBackendTileManager;
#endif /* __GIMP_GEGL_TYPES_H__ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]