[Summary] Progressing MASTER UI and occasional cleanup

This commit is contained in:
VKamyshniy 2014-07-16 00:11:50 +03:00
parent a974f118e0
commit 596e3b9140
18 changed files with 158 additions and 175 deletions

View file

@ -84,7 +84,6 @@ RouteUI::RouteUI (ARDOUR::Session* sess, const std::string& layout_script_file)
, monitor_disk_button (get_waves_button ("monitor_disk_button"))
{
set_attributes (*this, *xml_tree ()->root (), XMLNodeMap ());
std::cout << "RouteUI::RouteUI (" << layout_script_file << ")" << std::endl;
if (sess) init ();
}