small round of compiler warning fixes
[ardour.git] / gtk2_ardour / editor_routes.cc
index 86a1fdbe5719d9c8a9bcfaf6276a6ceb6e2ca9ac..10b1cc894d7b2f2d56a266279ce83b7a1a24c375 100644 (file)
@@ -556,7 +556,6 @@ EditorRoutes::redisplay ()
        // model deprecated g_atomic_int_exchange_and_add(, 1)
        g_atomic_int_inc(&_redisplay_active);
        if (!g_atomic_int_compare_and_exchange (&_redisplay_active, 1, 1)) {
-               printf ("SKIP redisplay\n");
                return;
        }
 
@@ -811,7 +810,7 @@ EditorRoutes::update_visibility ()
        TreeModel::Children rows = _model->children();
        TreeModel::Children::iterator i;
 
-       DisplaySuspender ds ();
+       DisplaySuspender ds;
 
        for (i = rows.begin(); i != rows.end(); ++i) {
                TimeAxisView *tv = (*i)[_columns.tv];