summaryrefslogtreecommitdiff
path: root/cogl/cogl-atlas-texture-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl-atlas-texture-private.h')
-rw-r--r--cogl/cogl-atlas-texture-private.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/cogl/cogl-atlas-texture-private.h b/cogl/cogl-atlas-texture-private.h
index 9b226699..47e20bf3 100644
--- a/cogl/cogl-atlas-texture-private.h
+++ b/cogl/cogl-atlas-texture-private.h
@@ -54,12 +54,6 @@ struct _CoglAtlasTexture
CoglTexture *sub_texture;
};
-CoglAtlasTexture *
-_cogl_atlas_texture_new_from_bitmap (CoglBitmap *bmp,
- CoglPixelFormat internal_format,
- CoglBool can_convert_in_place,
- CoglError **error);
-
void
_cogl_atlas_texture_add_reorganize_callback (CoglContext *ctx,
GHookFunc callback,