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