[gobject-introspection] Remove leftover, type is set above
- From: Johan Dahlin <johan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] Remove leftover, type is set above
- Date: Mon, 20 Sep 2010 13:12:42 +0000 (UTC)
commit 85594416e516f939cda4de4a35cee90812fe659c
Author: Johan Dahlin <johan gnome org>
Date: Mon Sep 20 10:12:34 2010 -0300
Remove leftover, type is set above
giscanner/girparser.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/giscanner/girparser.py b/giscanner/girparser.py
index 582dcc0..aedae3d 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')):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]