diff --git a/veejay-current/veejay-server/bio2jack/bio2jack.c b/veejay-current/veejay-server/bio2jack/bio2jack.c index 43eac51a..b648eb53 100644 --- a/veejay-current/veejay-server/bio2jack/bio2jack.c +++ b/veejay-current/veejay-server/bio2jack/bio2jack.c @@ -504,8 +504,6 @@ JACK_xrun_callback(void *arg) { jack_driver_t *drv = (jack_driver_t *) arg; - // JACK_ResetBuffer(drv->deviceID); - JACK_SetState(drv->deviceID, PAUSED); veejay_msg(1, "xrun detected. You are doing too much"); return 0;