mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 04:06:26 +01:00
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
1 changed files with 1 additions and 5 deletions
|
|
@ -4060,11 +4060,7 @@ Session::config_changed (std::string p, bool ours)
|
||||||
set_dirty ();
|
set_dirty ();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (p == "seamless-loop") {
|
if (p == "auto-loop") {
|
||||||
|
|
||||||
} else if (p == "rf-speed") {
|
|
||||||
|
|
||||||
} else if (p == "auto-loop") {
|
|
||||||
|
|
||||||
} else if (p == "session-monitoring") {
|
} else if (p == "session-monitoring") {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue