[gimp] app: remove the GimpTileBackendTileManager typedef from gimp-gegl-types.h
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: remove the GimpTileBackendTileManager typedef from gimp-gegl-types.h
- Date: Fri, 11 May 2012 09:14:23 +0000 (UTC)
commit f8f00600d52c7d87d11965bab71d3d1042ffe64e
Author: Michael Natterer <mitch gimp org>
Date: Fri May 11 11:13:26 2012 +0200
app: remove the GimpTileBackendTileManager typedef from gimp-gegl-types.h
It's a private temporary class and doesn't belong there.
app/gegl/gimp-gegl-types.h | 5 -----
app/gegl/gimptilebackendtilemanager.h | 1 +
2 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/app/gegl/gimp-gegl-types.h b/app/gegl/gimp-gegl-types.h
index 02ab185..24f7ab1 100644
--- a/app/gegl/gimp-gegl-types.h
+++ b/app/gegl/gimp-gegl-types.h
@@ -28,9 +28,4 @@
#include "operations/operations-types.h"
-/* temporary stuff */
-
-typedef struct _GimpTileBackendTileManager GimpTileBackendTileManager;
-
-
#endif /* __GIMP_GEGL_TYPES_H__ */
diff --git a/app/gegl/gimptilebackendtilemanager.h b/app/gegl/gimptilebackendtilemanager.h
index 32633ec..dc8efbd 100644
--- a/app/gegl/gimptilebackendtilemanager.h
+++ b/app/gegl/gimptilebackendtilemanager.h
@@ -34,6 +34,7 @@ G_BEGIN_DECLS
#define GIMP_TILE_BACKEND_TILE_MANAGER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GIMP_TYPE_TILE_BACKEND_TILE_MANAGER, GimpTileBackendTileManagerClass))
+typedef struct _GimpTileBackendTileManager GimpTileBackendTileManager;
typedef struct _GimpTileBackendTileManagerClass GimpTileBackendTileManagerClass;
typedef struct _GimpTileBackendTileManagerPrivate GimpTileBackendTileManagerPrivate;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]