From 01f1696c0e9c39c4693ed4940627149074731215 Mon Sep 17 00:00:00 2001 From: Nico <122193236+Nico8340@users.noreply.github.com> Date: Fri, 15 Nov 2024 03:31:28 +0100 Subject: [PATCH] Remove unused symbol Removes an unused symbol without declaration from `CConsole` called `HandleTextAccepted` --- 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();