make monitor section an optional feature than can be added/removed as needed. this...
[ardour.git] / libs / ardour / session_click.cc
index a9f867e24c044e1c5d672b594a5dad596248ea95..72816f3f198ced2a033348d2e2b3c119d10edae8 100644 (file)
@@ -57,7 +57,6 @@ Session::click (framepos_t start, framecnt_t nframes)
 
        click_distance = start - _clicks_cleared;
 
-
        if (!clickm.locked() || _transport_speed != 1.0 || !_clicking || click_data == 0 || ((click_distance + nframes) < _worst_track_latency)) {
                _click_io->silence (nframes);
                return;