summaryrefslogtreecommitdiff
path: root/giscanner/girparser.py
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-09-20 10:12:34 -0300
committerJohan Dahlin <johan@gnome.org>2010-09-20 10:12:34 -0300
commit85594416e516f939cda4de4a35cee90812fe659c (patch)
tree78561f1d7f8afcd199e12041444bfe285ca5ea06 /giscanner/girparser.py
parent2a70a474c2960496643cf5879158bea26c5648fa (diff)
downloadgobject-introspection-85594416e516f939cda4de4a35cee90812fe659c.tar.gz
Remove leftover, type is set above
Diffstat (limited to 'giscanner/girparser.py')
-rw-r--r--giscanner/girparser.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/giscanner/girparser.py b/giscanner/girparser.py
index 582dcc06..aedae3d3 100644
--- a/giscanner/girparser.py
+++ b/giscanner/girparser.py
@@ -227,7 +227,6 @@ class GIRParser(object):
obj.glib_type_struct = self._namespace.type_from_name(type_struct)
self._namespace.append(obj)
- ctor_args.append(node.attrib.get(_cns('type')))
for iface in self._find_children(node, _corens('implements')):
obj.interfaces.append(self._namespace.type_from_name(iface.attrib['name']))
for iface in self._find_children(node, _corens('prerequisite')):