diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-05-08 19:54:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-08 19:54:12 +0200 |
commit | 943b50995292d98d9bc2e45ff04eaf0a716cea28 (patch) | |
tree | 8b3f485818db7fd6d4a96a696df28e13a13e294a /core/extension | |
parent | 119912331cf665a3cf4d0027d658f8b52425b7c7 (diff) | |
parent | f3a8574edea6ef671edb02ef060c34c1a4675794 (diff) |
Merge pull request #60886 from touilleMan/gdextension-header-duplicated-GDNativeExtensionClassGetPropertyList
Fix duplication of GDNativeExtensionClassGetPropertyList definition in gdnative_interface.h
Diffstat (limited to 'core/extension')
-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 { |