mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 00:59:44 +00:00
Removed unused variable MAX_MSGLEN in LogManager.cpp
This commit is contained in:
parent
0a2aabe6ec
commit
5d2290ba3c
1 changed files with 0 additions and 2 deletions
|
@ -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{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue