diff --git a/getting_started/step_by_step/scripting_continued.rst b/getting_started/step_by_step/scripting_continued.rst index 8601a16fe..a591aadf3 100644 --- a/getting_started/step_by_step/scripting_continued.rst +++ b/getting_started/step_by_step/scripting_continued.rst @@ -221,15 +221,6 @@ follows, can be applied to nodes: # This is called every physics frame. pass - func _paused(): - # Called when game is paused. After this call, the node will not receive - # any more process callbacks. - pass - - func _unpaused(): - # Called when game is unpaused. - pass - .. code-tab:: csharp public override void _EnterTree()