mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-26 07:35:40 +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");
|
string key("Input");
|
||||||
key.append(id);
|
key.append(id);
|
||||||
unsigned autoTrigger;
|
|
||||||
auto *node = config.TryGet(key);
|
auto *node = config.TryGet(key);
|
||||||
if (node)
|
if (node)
|
||||||
m_autoTrigger = !!node->ValueAs<unsigned>();
|
m_autoTrigger = !!node->ValueAs<unsigned>();
|
||||||
|
|
Loading…
Reference in a new issue