summaryrefslogtreecommitdiffstats
path: root/include/godot_cpp/godot.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/godot_cpp/godot.hpp')
-rw-r--r--include/godot_cpp/godot.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/godot_cpp/godot.hpp b/include/godot_cpp/godot.hpp
index 4561a75..507ca02 100644
--- a/include/godot_cpp/godot.hpp
+++ b/include/godot_cpp/godot.hpp
@@ -196,9 +196,6 @@ enum ModuleInitializationLevel {
};
class GDExtensionBinding {
-private:
- static void register_engine_classes();
-
public:
using Callback = void (*)(ModuleInitializationLevel p_level);