summaryrefslogtreecommitdiff
path: root/tools/glib-errors-check-gen.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/glib-errors-check-gen.py')
-rw-r--r--tools/glib-errors-check-gen.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/glib-errors-check-gen.py b/tools/glib-errors-check-gen.py
index fad261ece..3cc8a5afb 100644
--- a/tools/glib-errors-check-gen.py
+++ b/tools/glib-errors-check-gen.py
@@ -17,7 +17,6 @@ class Generator(object):
print(' GEnumValue *value_by_name;')
print(' GEnumValue *value_by_nick;')
print('')
- print(' g_type_init ();')
print(' klass = g_type_class_ref (TP_TYPE_ERROR);')
for error in self.errors.getElementsByTagNameNS(NS_TP, 'error'):