Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
scanner: Don't add redundant notify signal
Browse files Browse the repository at this point in the history
It was actually introduced by e0fea81
  • Loading branch information
cgwalters committed Sep 12, 2011
1 parent 9e90347 commit a4dbee7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions giscanner/gdumpparser.py
Expand Up @@ -224,10 +224,6 @@ def _initparse_gobject_record(self, record):
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':
Expand Down

0 comments on commit a4dbee7

Please sign in to comment.