mega commit to remove gtk_object cruft, and much other stuff

git-svn-id: svn://localhost/trunk/ardour2@139 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2005-11-28 22:36:26 +00:00
parent d6a27c9537
commit 2b49b2433b
30 changed files with 402 additions and 704 deletions

View file

@ -364,7 +364,7 @@ RouteParams_UI::set_session (Session *sess)
// GTK2FIX
// route_select_list.freeze ();
route_display_model.clear();
route_display_model->clear();
if (session) {
session->foreach_route (this, &RouteParams_UI::add_route);
@ -386,7 +386,7 @@ RouteParams_UI::session_gone ()
{
ENSURE_GUI_THREAD(mem_fun(*this, &RouteParams_UI::session_gone));
route_display_model.clear();
route_display_model->clear();
cleanup_io_frames();
cleanup_pre_view();