Skip to content

Commit

Permalink
C4Log: Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgen301 committed Jun 29, 2024
1 parent 0d6c0d7 commit 99ce95e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/C4Log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,6 @@ void C4LogSystem::ClearRingbuffer()
ringbufferSink->Clear();
}

int iDisableLog = 0;

void LogNTr(const spdlog::level::level_enum level, const std::string_view message)
{
Application.LogSystem.GetLogger()->log(level, message);
Expand Down

0 comments on commit 99ce95e

Please sign in to comment.