Skip to content

Commit

Permalink
Remove unused private decls
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Apr 22, 2024
1 parent dbcb5db commit 8eb131f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pyvips/vdecls.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,6 @@ def cdefs(features):
unsigned int flags;
GType value_type;
GType owner_type;
// private, but cffi in API mode needs these to be able to get the
// offset of any member
char* _nick;
char* _blurb;
GData* qdata;
unsigned int ref_count;
unsigned int param_id;
} GParamSpec;
typedef struct _GEnumValue {
Expand Down

0 comments on commit 8eb131f

Please sign in to comment.