From 3b2016d09f818864cfb7b3007e4fcd2757315913 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Thu, 28 Apr 2022 14:58:07 +0200 Subject: [PATCH] Windows moment Windows deprecated when --- src/TConsole.cpp | 8 -------- 1 file changed, 8 deletions(-) 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) {