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
|
|
@ -270,10 +270,6 @@ bool NativeScript::is_tool() const {
|
|||
return false;
|
||||
}
|
||||
|
||||
String NativeScript::get_node_type() const {
|
||||
return ""; // NOTE(karroffel): uhm?
|
||||
}
|
||||
|
||||
ScriptLanguage *NativeScript::get_language() const {
|
||||
return NativeScriptLanguage::get_singleton();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -142,8 +142,6 @@ public:
|
|||
|
||||
virtual bool is_tool() const;
|
||||
|
||||
virtual String get_node_type() const;
|
||||
|
||||
virtual ScriptLanguage *get_language() const;
|
||||
|
||||
virtual bool has_script_signal(const StringName &p_signal) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue