Fix another duplicate if from session/system config consolidation
Found by PVS-Studio - https://www.viva64.com/en/b/0540/
This commit is contained in:
parent
a593a81db3
commit
2fec64f0bd
@ -4060,11 +4060,7 @@ Session::config_changed (std::string p, bool ours)
|
||||
set_dirty ();
|
||||
}
|
||||
|
||||
if (p == "seamless-loop") {
|
||||
|
||||
} else if (p == "rf-speed") {
|
||||
|
||||
} else if (p == "auto-loop") {
|
||||
if (p == "auto-loop") {
|
||||
|
||||
} else if (p == "session-monitoring") {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user