summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2013-09-23 18:28:30 +0100
committerRobert Bragg <robert@linux.intel.com>2013-09-23 18:37:29 +0100
commit3b14acdbcc39a43cdeac65fd9e49775f887fe5ef (patch)
treeea2242c3f1ece16fc8cbd80679bbca8ba14b704a
parent922241a2ac13a2858f87d4b57aa19fb57b1eff56 (diff)
downloadcogl-3b14acdbcc39a43cdeac65fd9e49775f887fe5ef.tar.gz
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>
-rw-r--r--cogl/cogl-attribute-buffer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cogl/cogl-attribute-buffer.c b/cogl/cogl-attribute-buffer.c
index afa945bc..20c093de 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,