summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/generate.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/generate.c b/tools/generate.c
index f8767218..a71f3654 100644
--- a/tools/generate.c
+++ b/tools/generate.c
@@ -490,9 +490,6 @@ write_callable_info (const gchar *namespace,
case GI_SCOPE_TYPE_CALL:
xml_printf (file, " scope=\"call\"");
break;
- case GI_SCOPE_TYPE_OBJECT:
- xml_printf (file, " scope=\"object\"");
- break;
case GI_SCOPE_TYPE_ASYNC:
xml_printf (file, " scope=\"async\"");
break;