mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Removes Script::get_node_type()
used before GDScript, with squirrel apparently
This commit is contained in:
parent
3504bb70a4
commit
2609cc9ef4
13 changed files with 0 additions and 41 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue