summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Rottmann <a.rottmann@gmx.at>2009-03-24 20:33:53 +0100
committerAndreas Rottmann <a.rottmann@gmx.at>2009-03-24 20:33:53 +0100
commit4e1c93c98d2e171136a265dc00d5857bfa071bbf (patch)
treeae7735b992c8fdc33802ff49022fd6fed0108533 /tests
parentc71ce6f7f51a181e5db345dd88d5872cc73db68a (diff)
downloadgobject-introspection-4e1c93c98d2e171136a265dc00d5857bfa071bbf.tar.gz
Remove spurious addition of 'GSList *handlers' in last commit
Diffstat (limited to 'tests')
-rw-r--r--tests/everything/everything.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/everything/everything.h b/tests/everything/everything.h
index c4016eb7..b62b8bf6 100644
--- a/tests/everything/everything.h
+++ b/tests/everything/everything.h
@@ -192,7 +192,6 @@ struct _TestObj
GObject parent_instance;
GObject *bare;
- GSList *handlers;
};
struct _TestObjClass