app: remove the GimpTileBackendTileManager typedef from gimp-gegl-types.h

It's a private temporary class and doesn't belong there.
This commit is contained in:
Michael Natterer
2012-05-11 11:13:26 +02:00
parent bec5a7e805
commit f8f00600d5
2 changed files with 1 additions and 5 deletions

View File

@ -28,9 +28,4 @@
#include "operations/operations-types.h" #include "operations/operations-types.h"
/* temporary stuff */
typedef struct _GimpTileBackendTileManager GimpTileBackendTileManager;
#endif /* __GIMP_GEGL_TYPES_H__ */ #endif /* __GIMP_GEGL_TYPES_H__ */

View File

@ -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)) #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 _GimpTileBackendTileManagerClass GimpTileBackendTileManagerClass;
typedef struct _GimpTileBackendTileManagerPrivate GimpTileBackendTileManagerPrivate; typedef struct _GimpTileBackendTileManagerPrivate GimpTileBackendTileManagerPrivate;