remove spurious COGL_GTYPE_DEFINE_CLASS reference
Commit 7b25c8f5caad mistakenly added a reference to a COGL_GTYPE_DEFINE_CLASS() macro that does not yet exist so this patch removes it. Reviewed-by: Neil Roberts <neil@linux.intel.com>
This commit is contained in:
parent
922241a2ac
commit
3b14acdbcc
@ -37,7 +37,6 @@
|
|||||||
static void _cogl_attribute_buffer_free (CoglAttributeBuffer *array);
|
static void _cogl_attribute_buffer_free (CoglAttributeBuffer *array);
|
||||||
|
|
||||||
COGL_BUFFER_DEFINE (AttributeBuffer, attribute_buffer);
|
COGL_BUFFER_DEFINE (AttributeBuffer, attribute_buffer);
|
||||||
COGL_GTYPE_DEFINE_CLASS (AttributeBuffer, attribute_buffer);
|
|
||||||
|
|
||||||
CoglAttributeBuffer *
|
CoglAttributeBuffer *
|
||||||
cogl_attribute_buffer_new_with_size (CoglContext *context,
|
cogl_attribute_buffer_new_with_size (CoglContext *context,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user