Move control surface options into RC prefs editor. Remove Options menu.
[ardour.git] / gtk2_ardour / time_axis_view.cc
index 056135e70c1313b6858aa2180e95e707cffa09c4..b2b0bde460ed621812468ab9f5aee312cf09374c 100644 (file)
@@ -54,6 +54,7 @@
 
 #include "i18n.h"
 
+using namespace std;
 using namespace Gtk;
 using namespace Gdk;
 using namespace sigc; 
@@ -1104,8 +1105,6 @@ TimeAxisView::compute_controls_size_info ()
        two_row_table.show_all ();
        req = two_row_table.size_request ();
 
-       cerr << "Normal height is " << req.height << " + " << extra_height << endl;
-
        // height required to show all normal buttons 
 
        hNormal = /*req.height*/ 48 + extra_height;