diff options
author | Johan Dahlin <johan@gnome.org> | 2010-09-20 10:12:34 -0300 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2010-09-20 10:12:34 -0300 |
commit | 85594416e516f939cda4de4a35cee90812fe659c (patch) | |
tree | 78561f1d7f8afcd199e12041444bfe285ca5ea06 | |
parent | 2a70a474c2960496643cf5879158bea26c5648fa (diff) | |
download | gobject-introspection-85594416e516f939cda4de4a35cee90812fe659c.tar.gz |
Remove leftover, type is set above
-rw-r--r-- | giscanner/girparser.py | 1 |
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')): |