diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2011-07-05 14:17:30 -0400 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2011-07-05 14:17:30 -0400 |
commit | ecc09749c34cd4eabf47cc722d768b042dc0be9f (patch) | |
tree | 17e38b225dcd58e72ab714d5cecf5df47d54b65e | |
parent | 433e0fb259047d8c81e5949a31abb5e0feefd27b (diff) | |
download | pygobject-ecc09749c34cd4eabf47cc722d768b042dc0be9f.tar.gz |
[cache] remove refrence to default value as it is not implemented yet
-rw-r--r-- | gi/pygi-cache.h | 1 |
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; |