summaryrefslogtreecommitdiff
path: root/giscanner/glibtransformer.py
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/glibtransformer.py')
-rw-r--r--giscanner/glibtransformer.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/giscanner/glibtransformer.py b/giscanner/glibtransformer.py
index 2e45b134..324a444f 100644
--- a/giscanner/glibtransformer.py
+++ b/giscanner/glibtransformer.py
@@ -487,9 +487,6 @@ class GLibTransformer(object):
# already
if func.symbol.endswith('_get_type'):
return None
- if self._namespace_name == 'GLib':
- # No GObjects in GLib
- return None
if not is_method:
target_arg = func.retval