mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Remove unused ScriptLanguage
methods
This commit is contained in:
parent
0cd1483132
commit
bd5ab9f9b4
8 changed files with 0 additions and 73 deletions
|
@ -84,7 +84,6 @@ void ScriptLanguageExtension::_bind_methods() {
|
|||
GDVIRTUAL_BIND(_init);
|
||||
GDVIRTUAL_BIND(_get_type);
|
||||
GDVIRTUAL_BIND(_get_extension);
|
||||
GDVIRTUAL_BIND(_execute_file, "path");
|
||||
GDVIRTUAL_BIND(_finish);
|
||||
|
||||
GDVIRTUAL_BIND(_get_reserved_words);
|
||||
|
@ -144,12 +143,6 @@ void ScriptLanguageExtension::_bind_methods() {
|
|||
GDVIRTUAL_BIND(_profiling_get_accumulated_data, "info_array", "info_max");
|
||||
GDVIRTUAL_BIND(_profiling_get_frame_data, "info_array", "info_max");
|
||||
|
||||
GDVIRTUAL_BIND(_alloc_instance_binding_data, "object");
|
||||
GDVIRTUAL_BIND(_free_instance_binding_data, "data");
|
||||
|
||||
GDVIRTUAL_BIND(_refcount_incremented_instance_binding, "object");
|
||||
GDVIRTUAL_BIND(_refcount_decremented_instance_binding, "object");
|
||||
|
||||
GDVIRTUAL_BIND(_frame);
|
||||
|
||||
GDVIRTUAL_BIND(_handles_global_class_type, "type");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue