From c021e02de80f81e1c553ef626a024ee94dc26ae6 Mon Sep 17 00:00:00 2001 From: bruhmoent <69918580+bruhmoent@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:50:50 +0100 Subject: [PATCH] part 2 --- src/object/player.cpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/object/player.cpp b/src/object/player.cpp index 572829236e..388e1477da 100644 --- a/src/object/player.cpp +++ b/src/object/player.cpp @@ -2722,18 +2722,6 @@ Player::deactivate() if (m_climbing) stop_climbing(*m_climbing); } -void -Player::enable_fancy_idling() -{ - m_should_fancy_idle = true; -} - -void -Player::disable_fancy_idling() -{ - m_should_fancy_idle = false; -} - bool Player::get_input_pressed(const std::string& input) {