summaryrefslogtreecommitdiff
path: root/girepository/girparser.c
diff options
context:
space:
mode:
authorAndreas Rottmann <a.rottmann@gmx.at>2009-03-27 19:31:55 +0100
committerAndreas Rottmann <a.rottmann@gmx.at>2009-03-27 19:31:55 +0100
commit81d88917e17d91c4a807f68a4e8c8882f022f1cf (patch)
treeba3638ba333af2e04d0fef530dfad9dcefda2856 /girepository/girparser.c
parent0382e71a79c27482d235f77f635615a385342f86 (diff)
downloadgobject-introspection-81d88917e17d91c4a807f68a4e8c8882f022f1cf.tar.gz
Bug 576605 - Get rid of GI_SCOPE_TYPE_OBJECT
Remove support for (scope object) as it lacks a real use case.
Diffstat (limited to 'girepository/girparser.c')
-rw-r--r--girepository/girparser.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/girepository/girparser.c b/girepository/girparser.c
index 02fa0372..519c43c7 100644
--- a/girepository/girparser.c
+++ b/girepository/girparser.c
@@ -934,8 +934,6 @@ start_parameter (GMarkupParseContext *context,
if (scope && strcmp (scope, "call") == 0)
param->scope = GI_SCOPE_TYPE_CALL;
- else if (scope && strcmp (scope, "object") == 0)
- param->scope = GI_SCOPE_TYPE_OBJECT;
else if (scope && strcmp (scope, "async") == 0)
param->scope = GI_SCOPE_TYPE_ASYNC;
else if (scope && strcmp (scope, "notified") == 0)