Skip to content

Commit

Permalink
Remove unused symbol CConsole::HandleTextAccepted (#3858)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico8340 authored Nov 16, 2024
1 parent 8c0a01b commit 4fe9084
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Client/core/CConsole.h
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 4fe9084

Please sign in to comment.