diff options
author | Emmanuel Leblond <emmanuel.leblond@gmail.com> | 2022-05-08 14:41:31 +0200 |
---|---|---|
committer | Emmanuel Leblond <emmanuel.leblond@gmail.com> | 2022-05-08 14:41:31 +0200 |
commit | f3a8574edea6ef671edb02ef060c34c1a4675794 (patch) | |
tree | b2afdee9e7a1be136016524ce98c6d490a7a8989 /core/extension/gdnative_interface.h | |
parent | 563690347a6b9da4882bca15ebd9f3d79f30d3e6 (diff) |
Fix duplication of GDNativeExtensionClassGetPropertyList definition in gdnative_interface.h
Diffstat (limited to 'core/extension/gdnative_interface.h')
-rw-r--r-- | core/extension/gdnative_interface.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/extension/gdnative_interface.h b/core/extension/gdnative_interface.h index 4d2682b253..36d51ff2b9 100644 --- a/core/extension/gdnative_interface.h +++ b/core/extension/gdnative_interface.h @@ -246,8 +246,6 @@ typedef struct { typedef void *GDNativeExtensionClassLibraryPtr; -typedef const GDNativePropertyInfo *(*GDNativeExtensionClassGetPropertyList)(GDExtensionClassInstancePtr p_instance, uint32_t *r_count); - /* Method */ typedef enum { |