diff options
Diffstat (limited to 'include/core/GodotGlobal.hpp')
-rw-r--r-- | include/core/GodotGlobal.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/core/GodotGlobal.hpp b/include/core/GodotGlobal.hpp index 70f7157..780356e 100644 --- a/include/core/GodotGlobal.hpp +++ b/include/core/GodotGlobal.hpp @@ -23,7 +23,6 @@ extern "C" const godot_gdnative_ext_net_3_2_api_struct *net_3_2_api; extern "C" const void *gdnlib; class Godot { - public: static void print(const String &message); static void print_warning(const String &description, const String &function, const String &file, int line); |