mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 13:55:38 +00:00
remove unused variable
This commit is contained in:
parent
76817790d4
commit
e462fbeda0
|
@ -186,7 +186,6 @@ void CTriggerInput::LoadFromConfig(const Util::Config::Node &config)
|
|||
{
|
||||
string key("Input");
|
||||
key.append(id);
|
||||
unsigned autoTrigger;
|
||||
auto *node = config.TryGet(key);
|
||||
if (node)
|
||||
m_autoTrigger = !!node->ValueAs<unsigned>();
|
||||
|
|
Loading…
Reference in a new issue