summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-03-26 16:40:56 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-03-26 16:40:56 +0000
commit1770e3eaacb4b1e57bd1c354c47293be11b3b986 (patch)
tree074f8976d21b21075de44ee19e93e60282d24ede /libs/ardour/session_state.cc
parent3daa1bcdf11332ffcaa9c4ff4d0c0322a5077d11 (diff)
remove silly buffer stats output; apply MIDI control patch (#2655) from dhess; switch ctrl/alt for drag-selection-as-region (work ongoing); various scons cleanups; remove some dead code from editor
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6798 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_state.cc')
-rw-r--r--libs/ardour/session_state.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc
index 5d164c9a81..ded4dc426d 100644
--- a/libs/ardour/session_state.cc
+++ b/libs/ardour/session_state.cc
@@ -349,10 +349,6 @@ Session::second_stage_init (bool new_session)
/* initial program change will be delivered later; see ::config_changed() */
- BootMessage (_("Reset Control Protocols"));
-
- ControlProtocolManager::instance().set_session (*this);
-
if (new_session) {
_end_location_is_free = true;
} else {