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:
Robin Gareus 2017-11-23 09:53:50 +01:00
parent a593a81db3
commit 2fec64f0bd
1 changed files with 1 additions and 5 deletions

View File

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