diff options
| author | Juan Linietsky | 2014-06-11 10:41:03 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2014-06-11 10:41:03 -0300 |
| commit | 9b8696d3dd92e2ed6f310ad0f0bf3c2182c9c6ae (patch) | |
| tree | b2ed0515196bb774504b54aab0bf242992ac3d9f /core/script_language.cpp | |
| parent | 6f0b4678e26c04abfc88c0226c803e78a108de98 (diff) | |
| download | godot-9b8696d3dd92e2ed6f310ad0f0bf3c2182c9c6ae.tar.gz godot-9b8696d3dd92e2ed6f310ad0f0bf3c2182c9c6ae.tar.zst godot-9b8696d3dd92e2ed6f310ad0f0bf3c2182c9c6ae.zip | |
Diffstat (limited to 'core/script_language.cpp')
| -rw-r--r-- | core/script_language.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/script_language.cpp b/core/script_language.cpp index 58d8bcf8e..031fcb0c4 100644 --- a/core/script_language.cpp +++ b/core/script_language.cpp @@ -229,8 +229,6 @@ ScriptDebugger::ScriptDebugger() { } - - bool PlaceHolderScriptInstance::set(const StringName& p_name, const Variant& p_value) { if (values.has(p_name)) { |
