diff options
| author | Rémi Verschelde | 2017-10-26 08:49:38 +0200 |
|---|---|---|
| committer | GitHub | 2017-10-26 08:49:38 +0200 |
| commit | d135008acfc0772f81fce0877379ab1d37f9ed47 (patch) | |
| tree | 8af9021c5de6de4190335f0e2d1c46a962a6b545 /modules/gdnative/pluginscript/pluginscript_script.h | |
| parent | 8175a53cea1bd8986fb28873e261227a92c727dd (diff) | |
| parent | 2609cc9ef428a9d7d054a06a9290c4d4963e726f (diff) | |
| download | godot-d135008acfc0772f81fce0877379ab1d37f9ed47.tar.gz godot-d135008acfc0772f81fce0877379ab1d37f9ed47.tar.zst godot-d135008acfc0772f81fce0877379ab1d37f9ed47.zip | |
Merge pull request #12405 from Jerome67000/clean_getnodetype
Removes Script::get_node_type()
[ci skip]
Diffstat (limited to 'modules/gdnative/pluginscript/pluginscript_script.h')
| -rw-r--r-- | modules/gdnative/pluginscript/pluginscript_script.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/gdnative/pluginscript/pluginscript_script.h b/modules/gdnative/pluginscript/pluginscript_script.h index e6b8643cd..5600bca5e 100644 --- a/modules/gdnative/pluginscript/pluginscript_script.h +++ b/modules/gdnative/pluginscript/pluginscript_script.h @@ -103,8 +103,6 @@ public: bool is_tool() const { return _tool; } - virtual String get_node_type() const; - virtual ScriptLanguage *get_language() const; virtual bool has_script_signal(const StringName &p_signal) const; |
