Merge pull request #10803 from Zopolis4/clangingaround

Resolve additional warnings generated by clang
This commit is contained in:
JMC47 2022-07-02 03:12:34 -04:00 committed by GitHub
commit b5f4b0dffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 5 deletions

View File

@ -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{

View File

@ -37,9 +37,6 @@ private:
KeyArray MapKeys(const KeyboardStatus& key_status) const;
// PADAnalogMode
u8 m_mode = 0;
// Internal counter synchonizing GC and keyboard
u8 m_counter = 0;
};