From f8ac4c4d7588197890f4810beeeea92e78dca244 Mon Sep 17 00:00:00 2001 From: HaSa1002 Date: Sat, 31 Oct 2020 18:25:48 +0100 Subject: MainLoop: Remove deprecated methods --- doc/classes/MainLoop.xml | 32 -------------------------------- 1 file changed, 32 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/MainLoop.xml b/doc/classes/MainLoop.xml index 55ae54d12b..3c3cbbfa29 100644 --- a/doc/classes/MainLoop.xml +++ b/doc/classes/MainLoop.xml @@ -78,38 +78,6 @@ If implemented, the method must return a boolean value. [code]true[/code] ends the main loop, while [code]false[/code] lets it proceed to the next frame. - - - - - Should not be called manually, override [method _finalize] instead. Will be removed in Godot 4.0. - - - - - - - - - Should not be called manually, override [method _idle] instead. Will be removed in Godot 4.0. - - - - - - - Should not be called manually, override [method _initialize] instead. Will be removed in Godot 4.0. - - - - - - - - - Should not be called manually, override [method _iteration] instead. Will be removed in Godot 4.0. - - -- cgit v1.2.3