aboutsummaryrefslogtreecommitdiff
path: root/core/script_language.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2014-06-11 10:41:03 -0300
committerJuan Linietsky2014-06-11 10:41:03 -0300
commit9b8696d3dd92e2ed6f310ad0f0bf3c2182c9c6ae (patch)
treeb2ed0515196bb774504b54aab0bf242992ac3d9f /core/script_language.cpp
parent6f0b4678e26c04abfc88c0226c803e78a108de98 (diff)
downloadgodot-9b8696d3dd92e2ed6f310ad0f0bf3c2182c9c6ae.tar.gz
godot-9b8696d3dd92e2ed6f310ad0f0bf3c2182c9c6ae.tar.zst
godot-9b8696d3dd92e2ed6f310ad0f0bf3c2182c9c6ae.zip
Diffstat (limited to 'core/script_language.cpp')
-rw-r--r--core/script_language.cpp2
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)) {