From 2fec64f0bd3aa3dcd2057a2594350b1dba100ecf Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 23 Nov 2017 09:53:50 +0100 Subject: [PATCH] Fix another duplicate if from session/system config consolidation Found by PVS-Studio - https://www.viva64.com/en/b/0540/ --- libs/ardour/session_state.cc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index e21967cf14..0110b8e156 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -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") {