mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Removed unused variable MAX_MSGLEN in LogManager.cpp
This commit is contained in:
@ -23,8 +23,6 @@
|
||||
|
||||
namespace Common::Log
|
||||
{
|
||||
constexpr size_t MAX_MSGLEN = 1024;
|
||||
|
||||
const Config::Info<bool> LOGGER_WRITE_TO_FILE{{Config::System::Logger, "Options", "WriteToFile"},
|
||||
false};
|
||||
const Config::Info<bool> LOGGER_WRITE_TO_CONSOLE{
|
||||
|
Reference in New Issue
Block a user