[gcr] gck: Remove duplicate typedef of GckObjectAttributes



commit 5c59540676d1bcc88ece3d0650a78005202ed60d
Author: Stef Walter <stefw collabora co uk>
Date:   Fri Oct 28 14:59:41 2011 +0200

    gck: Remove duplicate typedef of GckObjectAttributes

 gck/gck.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gck/gck.h b/gck/gck.h
index aab785e..4a5981c 100644
--- a/gck/gck.h
+++ b/gck/gck.h
@@ -1259,7 +1259,6 @@ GckAttributes*      gck_object_get_template_finish          (GckObject *self,
 #define GCK_IS_OBJECT_ATTRIBUTES(obj)                 (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GCK_TYPE_OBJECT_ATTRIBUTES))
 #define GCK_OBJECT_ATTRIBUTES_GET_INTERFACE(inst)     (G_TYPE_INSTANCE_GET_INTERFACE ((inst), GCK_TYPE_OBJECT_ATTRIBUTES, GckObjectAttributesIface))
 
-typedef struct _GckObjectAttributes GckObjectAttributes;
 typedef struct _GckObjectAttributesIface GckObjectAttributesIface;
 
 struct _GckObjectAttributesIface {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]