diff options
| author | Michele Valente | 2018-02-18 22:47:43 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2018-02-27 11:34:52 +0100 |
| commit | 990bddcf3662292c7466a817d2e89cb4b942c930 (patch) | |
| tree | c38f550a477c3f567c208860f07c0cc5b641d9e3 /modules/mono/csharp_script.cpp | |
| parent | c730a6ce4406b939388cca23923fc21a9db2e438 (diff) | |
| download | godot-990bddcf3662292c7466a817d2e89cb4b942c930.tar.gz godot-990bddcf3662292c7466a817d2e89cb4b942c930.tar.zst godot-990bddcf3662292c7466a817d2e89cb4b942c930.zip | |
Diffstat (limited to 'modules/mono/csharp_script.cpp')
| -rw-r--r-- | modules/mono/csharp_script.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/mono/csharp_script.cpp b/modules/mono/csharp_script.cpp index c21b7f105..8faf081ca 100644 --- a/modules/mono/csharp_script.cpp +++ b/modules/mono/csharp_script.cpp @@ -1550,7 +1550,6 @@ bool CSharpScript::_update_exports() { } bool CSharpScript::_update_signals() { -#ifdef TOOLS_ENABLED if (!valid) return false; @@ -1581,8 +1580,6 @@ bool CSharpScript::_update_signals() { } return changed; -#endif - return false; } bool CSharpScript::_get_signal(GDMonoClass *p_class, GDMonoClass *p_delegate, Vector<Argument> ¶ms) { @@ -2135,9 +2132,7 @@ void CSharpScript::get_script_signal_list(List<MethodInfo> *r_signals) const { } void CSharpScript::update_signals() { -#ifdef TOOLS_ENABLED _update_signals(); -#endif } Ref<Script> CSharpScript::get_base_script() const { |
