diff options
| author | Hein-Pieter van Braam | 2017-09-01 09:04:08 +0200 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2017-09-01 09:04:08 +0200 |
| commit | 2ea5d33358352a774b7b11d9d94ed96d66c391d4 (patch) | |
| tree | a5332f323d5d97eb206130b250af91f130089aa0 /core/script_language.cpp | |
| parent | bf5b02cb71cec5d78f507e01de9fbf4d2192a3a3 (diff) | |
| download | godot-2ea5d33358352a774b7b11d9d94ed96d66c391d4.tar.gz godot-2ea5d33358352a774b7b11d9d94ed96d66c391d4.tar.zst godot-2ea5d33358352a774b7b11d9d94ed96d66c391d4.zip | |
Diffstat (limited to 'core/script_language.cpp')
| -rw-r--r-- | core/script_language.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/script_language.cpp b/core/script_language.cpp index f2be15897..bde80a30b 100644 --- a/core/script_language.cpp +++ b/core/script_language.cpp @@ -55,7 +55,6 @@ void Script::_bind_methods() { ClassDB::bind_method(D_METHOD("set_source_code", "source"), &Script::set_source_code); ClassDB::bind_method(D_METHOD("reload", "keep_state"), &Script::reload, DEFVAL(false)); - ClassDB::bind_method(D_METHOD("has_method", "method_name"), &Script::has_method); ClassDB::bind_method(D_METHOD("has_script_signal", "signal_name"), &Script::has_script_signal); ClassDB::bind_method(D_METHOD("is_tool"), &Script::is_tool); |
