mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 23:11:14 +01:00
Removed unused variable MAX_MSGLEN in LogManager.cpp
This commit is contained in:
parent
0a2aabe6ec
commit
5d2290ba3c
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user