1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Removes Script::get_node_type()

used before GDScript, with squirrel apparently
This commit is contained in:
Jerome67000
2017-10-25 16:35:16 +02:00
parent 3504bb70a4
commit 2609cc9ef4
13 changed files with 0 additions and 41 deletions

View File

@@ -346,11 +346,6 @@ bool PluginScript::get_property_default_value(const StringName &p_property, Vari
return false;
}
String PluginScript::get_node_type() const {
// Even GDscript doesn't know what to put here !
return ""; // ?
}
ScriptLanguage *PluginScript::get_language() const {
return _language;
}