summaryrefslogtreecommitdiff
path: root/gi/pygi-cache.h
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2011-07-05 14:17:30 -0400
committerJohn (J5) Palmieri <johnp@redhat.com>2011-07-05 14:17:30 -0400
commitecc09749c34cd4eabf47cc722d768b042dc0be9f (patch)
tree17e38b225dcd58e72ab714d5cecf5df47d54b65e /gi/pygi-cache.h
parent433e0fb259047d8c81e5949a31abb5e0feefd27b (diff)
downloadpygobject-ecc09749c34cd4eabf47cc722d768b042dc0be9f.tar.gz
[cache] remove refrence to default value as it is not implemented yet
Diffstat (limited to 'gi/pygi-cache.h')
-rw-r--r--gi/pygi-cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gi/pygi-cache.h b/gi/pygi-cache.h
index 046881d1..f0cfb004 100644
--- a/gi/pygi-cache.h
+++ b/gi/pygi-cache.h
@@ -68,7 +68,6 @@ struct _PyGIArgCache
GITransfer transfer;
GITypeTag type_tag;
GITypeInfo *type_info;
- GIArgument *default_value;
PyGIMarshalInFunc in_marshaller;
PyGIMarshalOutFunc out_marshaller;