diff options
| author | Jerome67000 | 2017-10-25 16:35:16 +0200 |
|---|---|---|
| committer | Jerome67000 | 2017-10-25 20:11:30 +0200 |
| commit | 2609cc9ef428a9d7d054a06a9290c4d4963e726f (patch) | |
| tree | c6909eb805dc82b93234fbfaf7d3d179c108d129 /modules/gdscript/gd_script.h | |
| parent | 3504bb70a48dd7c1d0d587900c96bbd7af91754b (diff) | |
| download | godot-2609cc9ef428a9d7d054a06a9290c4d4963e726f.tar.gz godot-2609cc9ef428a9d7d054a06a9290c4d4963e726f.tar.zst godot-2609cc9ef428a9d7d054a06a9290c4d4963e726f.zip | |
Removes Script::get_node_type()
used before GDScript, with squirrel apparently
Diffstat (limited to 'modules/gdscript/gd_script.h')
| -rw-r--r-- | modules/gdscript/gd_script.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gdscript/gd_script.h b/modules/gdscript/gd_script.h index 6573d6b34..e0d142014 100644 --- a/modules/gdscript/gd_script.h +++ b/modules/gdscript/gd_script.h @@ -172,7 +172,6 @@ public: virtual Error reload(bool p_keep_state = false); - virtual String get_node_type() const; void set_script_path(const String &p_path) { path = p_path; } //because subclasses need a path too... Error load_source_code(const String &p_path); Error load_byte_code(const String &p_path); |
