diff options
author | Max Hilbrunner <m.hilbrunner@gmail.com> | 2021-08-17 15:06:54 +0200 |
---|---|---|
committer | Max Hilbrunner <m.hilbrunner@gmail.com> | 2021-08-17 16:10:28 +0200 |
commit | 5161c97c9c7d6c1f6e4d0264fd9a9d9ea7f7be27 (patch) | |
tree | 08f24b87781f70b0ffa849bb771d0b644123379f /modules/gdscript/gdscript_parser.h | |
parent | 81f7d1890baf0481f65100aa0efa875da0a0fa30 (diff) | |
download | redot-engine-5161c97c9c7d6c1f6e4d0264fd9a9d9ea7f7be27.tar.gz |
Remove underscore hacks
Way less cruft. :)
Co-authored-by: Ignacio Roldán Etcheverry <neikeq@users.noreply.github.com>
Diffstat (limited to 'modules/gdscript/gdscript_parser.h')
-rw-r--r-- | modules/gdscript/gdscript_parser.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gdscript/gdscript_parser.h b/modules/gdscript/gdscript_parser.h index 6a227a55e5..0bce8d7ddd 100644 --- a/modules/gdscript/gdscript_parser.h +++ b/modules/gdscript/gdscript_parser.h @@ -1399,7 +1399,6 @@ public: ClassNode *get_tree() const { return head; } bool is_tool() const { return _is_tool; } static Variant::Type get_builtin_type(const StringName &p_type); - static StringName get_real_class_name(const StringName &p_source); CompletionContext get_completion_context() const { return completion_context; } CompletionCall get_completion_call() const { return completion_call; } |