diff --git a/src/TConsole.cpp b/src/TConsole.cpp index 13e8f2d..f6eb1fa 100644 --- a/src/TConsole.cpp +++ b/src/TConsole.cpp @@ -97,14 +97,6 @@ void TConsole::BackupOldLog() { } } -enum EscState { - None, - Escape, - FeSeqStart, - FeSeqMid, - SeqEnd -}; - void TConsole::StartLoggingToFile() { mLogFileStream.open("Server.log"); Application::Console().Internal().on_write = [this](const std::string& ToWrite) {