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:
@ -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__ */
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user