summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_dependents.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-11-28 21:44:20 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-11-28 21:44:20 +0000
commit991b9136bb5b8cd7981588195ed0566b0045054b (patch)
treef0af1299e0bcd7aaf8611ecd1d4b8ac39c0047d0 /gtk2_ardour/ardour_ui_dependents.cc
parent4851c54a7b514473a69ddcc63b7eae6fc56a62e4 (diff)
don't load history till all objects have reset state (post engine running)
git-svn-id: svn://localhost/ardour2/trunk@1167 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_ui_dependents.cc')
-rw-r--r--gtk2_ardour/ardour_ui_dependents.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk2_ardour/ardour_ui_dependents.cc b/gtk2_ardour/ardour_ui_dependents.cc
index bf096f86c1..0603fc6baa 100644
--- a/gtk2_ardour/ardour_ui_dependents.cc
+++ b/gtk2_ardour/ardour_ui_dependents.cc
@@ -79,10 +79,6 @@ ARDOUR_UI::connect_dependents_to_session (ARDOUR::Session *s)
{
editor->connect_to_session (s);
mixer->connect_to_session (s);
-
- /* its safe to do this now */
-
- s->restore_history (s->snap_name());
}
void