From 3b14acdbcc39a43cdeac65fd9e49775f887fe5ef Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Mon, 23 Sep 2013 18:28:30 +0100 Subject: [PATCH] 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 --- cogl/cogl-attribute-buffer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cogl/cogl-attribute-buffer.c b/cogl/cogl-attribute-buffer.c index afa945bc7..20c093de0 100644 --- a/cogl/cogl-attribute-buffer.c +++ b/cogl/cogl-attribute-buffer.c @@ -37,7 +37,6 @@ static void _cogl_attribute_buffer_free (CoglAttributeBuffer *array); COGL_BUFFER_DEFINE (AttributeBuffer, attribute_buffer); -COGL_GTYPE_DEFINE_CLASS (AttributeBuffer, attribute_buffer); CoglAttributeBuffer * cogl_attribute_buffer_new_with_size (CoglContext *context,