mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-11 19:58:49 -05:00
Remove unused function
This commit is contained in:
@@ -948,12 +948,12 @@ bool Macro::PostLoad()
|
||||
bool Macro::SwitchesScene() const
|
||||
{
|
||||
for (const auto &a : _actions) {
|
||||
if (a->GetId() == GetSceneSwitchActionId()) {
|
||||
if (a->GetId() == MacroAction::GetDefaultID()) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
for (const auto &a : _elseActions) {
|
||||
if (a->GetId() == GetSceneSwitchActionId()) {
|
||||
if (a->GetId() == MacroAction::GetDefaultID()) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user