remove debugging output
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 16 Nov 2011 00:14:58 +0000 (00:14 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 16 Nov 2011 00:14:58 +0000 (00:14 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@10637 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/ardour_button.cc
gtk2_ardour/ardour_ui_ed.cc

index 722f2f49adfb80719b4232847f64abc56c9726c6..68cfc22d79841f47a550fd63322ea7f7f5605e53 100644 (file)
@@ -378,9 +378,6 @@ ArdourButton::set_colors ()
                cairo_pattern_add_color_stop_rgba (fill_pattern, 0, r/255.0,g/255.0,b/255.0, a/255.0);
                UINT_TO_RGBA (end_color, &r, &g, &b, &a);
                cairo_pattern_add_color_stop_rgba (fill_pattern, 1, r/255.0,g/255.0,b/255.0, a/255.0);
-
-               cerr << "Button color for " << get_name() << ": " << hex << start_color << " .. " << end_color << dec << endl;
-
        }
 
        if (led_inset_pattern) {
index 8063f495b3a102856373b4c0c4c2b355bff5a0f1..d5ff1b3c5ccdc8dafb00465b5a72aa731bd58835 100644 (file)
@@ -569,7 +569,6 @@ ARDOUR_UI::build_menu_bar ()
 #ifndef TOP_MENUBAR
        menu_hbox.pack_start (*menu_bar, false, false);
 #else
-       cerr << "PUSHING MENUBAR TO GLOBAL MENU\n";
        use_menubar_as_top_menubar ();
 #endif