From 4fe9084a2e5c5eeed4b0a9a30a07607c812e923b Mon Sep 17 00:00:00 2001 From: Nico <122193236+Nico8340@users.noreply.github.com> Date: Sat, 16 Nov 2024 12:03:31 +0100 Subject: [PATCH] Remove unused symbol `CConsole::HandleTextAccepted` (#3858) --- Client/core/CConsole.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Client/core/CConsole.h b/Client/core/CConsole.h index 5899fa645d..677e1133ff 100644 --- a/Client/core/CConsole.h +++ b/Client/core/CConsole.h @@ -41,7 +41,6 @@ class CConsole : public CConsoleInterface bool IsInputActive(); void ActivateInput(); - void HandleTextAccepted(bool bHandled); void GetCommandInfo(const std::string& strIn, std::string& strCmdOut, std::string& strCmdLineOut); void ResetHistoryChanges();