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

@ -609,11 +609,6 @@ Error GDScript::reload(bool p_keep_state) {
return OK;
}
String GDScript::get_node_type() const {
return ""; // ?
}
ScriptLanguage *GDScript::get_language() const {
return GDScriptLanguage::get_singleton();