summaryrefslogtreecommitdiff
path: root/gi/pygi-cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'gi/pygi-cache.h')
-rw-r--r--gi/pygi-cache.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gi/pygi-cache.h b/gi/pygi-cache.h
index 0629646a..d20cb9f9 100644
--- a/gi/pygi-cache.h
+++ b/gi/pygi-cache.h
@@ -155,15 +155,6 @@ typedef struct _PyGIInterfaceCache
gchar *type_name;
} PyGIInterfaceCache;
-typedef struct _PyGICallbackCache
-{
- PyGIArgCache arg_cache;
- gssize user_data_index;
- gssize destroy_notify_index;
- GIScopeType scope;
- GIInterfaceInfo *interface_info;
-} PyGICallbackCache;
-
struct _PyGICallableCache
{
const gchar *name;