aboutsummaryrefslogtreecommitdiff
path: root/modules/mono/csharp_script.cpp
diff options
context:
space:
mode:
authorRémi Verschelde2017-10-26 08:49:38 +0200
committerGitHub2017-10-26 08:49:38 +0200
commitd135008acfc0772f81fce0877379ab1d37f9ed47 (patch)
tree8af9021c5de6de4190335f0e2d1c46a962a6b545 /modules/mono/csharp_script.cpp
parent8175a53cea1bd8986fb28873e261227a92c727dd (diff)
parent2609cc9ef428a9d7d054a06a9290c4d4963e726f (diff)
downloadgodot-d135008acfc0772f81fce0877379ab1d37f9ed47.tar.gz
godot-d135008acfc0772f81fce0877379ab1d37f9ed47.tar.zst
godot-d135008acfc0772f81fce0877379ab1d37f9ed47.zip
Diffstat (limited to 'modules/mono/csharp_script.cpp')
-rw-r--r--modules/mono/csharp_script.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/mono/csharp_script.cpp b/modules/mono/csharp_script.cpp
index 5155373a0..8d4e19469 100644
--- a/modules/mono/csharp_script.cpp
+++ b/modules/mono/csharp_script.cpp
@@ -1720,11 +1720,6 @@ Error CSharpScript::reload(bool p_keep_state) {
return ERR_FILE_MISSING_DEPENDENCIES;
}
-String CSharpScript::get_node_type() const {
-
- return ""; // ?
-}
-
ScriptLanguage *CSharpScript::get_language() const {
return CSharpLanguage::get_singleton();