diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-11-24 09:16:27 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-11-24 09:16:27 +0100 |
commit | 15ada56d73817c5c0be97882a88cb27696fcd3a8 (patch) | |
tree | 941e0461c4336da1826869caf0d6f363225a267d /modules/gdnative/doc_classes | |
parent | 679b64fe48a33781800fe70ea1ba2d25e201826c (diff) |
doc: Sync classref with current source
Diffstat (limited to 'modules/gdnative/doc_classes')
-rw-r--r-- | modules/gdnative/doc_classes/GDNativeLibrary.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/gdnative/doc_classes/GDNativeLibrary.xml b/modules/gdnative/doc_classes/GDNativeLibrary.xml index e271665fd4..55166bc407 100644 --- a/modules/gdnative/doc_classes/GDNativeLibrary.xml +++ b/modules/gdnative/doc_classes/GDNativeLibrary.xml @@ -33,12 +33,6 @@ <description> </description> </method> - <method name="is_current_library_statically_linked" qualifiers="const"> - <return type="bool"> - </return> - <description> - </description> - </method> <method name="is_singleton" qualifiers="const"> <return type="bool"> </return> |