summaryrefslogtreecommitdiffstats
path: root/modules/mono/csharp_script.h
diff options
context:
space:
mode:
authorJerome67000 <jerome.gully0@gmail.com>2017-10-25 16:35:16 +0200
committerJerome67000 <jerome.gully0@gmail.com>2017-10-25 20:11:30 +0200
commit2609cc9ef428a9d7d054a06a9290c4d4963e726f (patch)
treec6909eb805dc82b93234fbfaf7d3d179c108d129 /modules/mono/csharp_script.h
parent3504bb70a48dd7c1d0d587900c96bbd7af91754b (diff)
downloadredot-engine-2609cc9ef428a9d7d054a06a9290c4d4963e726f.tar.gz
Removes Script::get_node_type()
used before GDScript, with squirrel apparently
Diffstat (limited to 'modules/mono/csharp_script.h')
-rw-r--r--modules/mono/csharp_script.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/mono/csharp_script.h b/modules/mono/csharp_script.h
index 8700b7fc5c..65a6450da5 100644
--- a/modules/mono/csharp_script.h
+++ b/modules/mono/csharp_script.h
@@ -138,7 +138,6 @@ public:
virtual bool is_tool() const { return tool; }
virtual Ref<Script> get_base_script() const;
- virtual String get_node_type() const;
virtual ScriptLanguage *get_language() const;
/* TODO */ virtual void get_script_method_list(List<MethodInfo> *p_list) const {}