mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 02:56:35 +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 ();
|
||||
}
|
||||
|
||||
if (p == "seamless-loop") {
|
||||
|
||||
} else if (p == "rf-speed") {
|
||||
|
||||
} else if (p == "auto-loop") {
|
||||
if (p == "auto-loop") {
|
||||
|
||||
} else if (p == "session-monitoring") {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue