From d499e295ad7b9080911040e3ecc96021df5f26c1 Mon Sep 17 00:00:00 2001 From: Ramen2X Date: Thu, 11 Dec 2025 15:34:18 -0500 Subject: [PATCH] remove unnecessary getter function --- ISLE/isleapp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ISLE/isleapp.h b/ISLE/isleapp.h index d82cfff2..38c0aecc 100644 --- a/ISLE/isleapp.h +++ b/ISLE/isleapp.h @@ -56,7 +56,6 @@ class IsleApp { MxFloat GetCursorSensitivity() { return m_cursorSensitivity; } LegoInputManager::TouchScheme GetTouchScheme() { return m_touchScheme; } MxBool GetHaptic() { return m_haptic; } - MxBool GetWasd() { return m_wasd; } void SetWindowActive(MxS32 p_windowActive) { m_windowActive = p_windowActive; } void SetGameStarted(MxS32 p_gameStarted) { m_gameStarted = p_gameStarted; }