summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--giscanner/gdumpparser.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/giscanner/gdumpparser.py b/giscanner/gdumpparser.py
index 3da49e89..c0c4ef61 100644
--- a/giscanner/gdumpparser.py
+++ b/giscanner/gdumpparser.py
@@ -224,10 +224,6 @@ blob containing data gleaned from GObject's primitive introspection."""
node.fundamental = True
if record.name == 'ParamSpec':
node.is_abstract = True
- elif record.name == 'Object':
- node.signals.append(ast.Signal('notify', ast.Return(ast.TYPE_NONE), [],
- detailed=True, when='first', no_recurse=True,
- no_hooks=True, action=True))
self._add_record_fields(node)
self._namespace.append(node, replace=True)
elif record.name == 'Variant':