Remove spurious addition of 'GSList *handlers' in last commit
authorAndreas Rottmann <a.rottmann@gmx.at>
Tue, 24 Mar 2009 19:33:53 +0000 (20:33 +0100)
committerAndreas Rottmann <a.rottmann@gmx.at>
Tue, 24 Mar 2009 19:33:53 +0000 (20:33 +0100)
tests/everything/everything.h

index c4016eb..b62b8bf 100644 (file)
@@ -192,7 +192,6 @@ struct _TestObj
   GObject parent_instance;
 
   GObject *bare;
-  GSList *handlers;
 };
 
 struct _TestObjClass