Bug 576605 - Get rid of GI_SCOPE_TYPE_OBJECT

Remove support for (scope object) as it lacks a real use case.
This commit is contained in:
Andreas Rottmann 2009-03-27 19:31:55 +01:00 committed by Philip Withnall
parent f979d003ce
commit 7a6056cbeb

View File

@ -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;