From: Jörn Nettingsmeier Date: Fri, 15 Feb 2019 15:56:08 +0000 (+0000) Subject: remove comment - the "rolling" status of jack transport is irrelevant to shairport... X-Git-Tag: 3.3RC0~52^2~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aca15a889b456751bfa24381a3e72dc2e507ac5b;p=thirdparty%2Fshairport-sync.git remove comment - the "rolling" status of jack transport is irrelevant to shairport-sync. --- diff --git a/audio_jack.c b/audio_jack.c index 4f1edad4..7344d86f 100644 --- a/audio_jack.c +++ b/audio_jack.c @@ -283,7 +283,6 @@ void default_jack_set_latency_callback(jack_latency_callback_mode_t mode, int jack_is_running() { int reply = -1; // meaning jack is not running - // if the client is open and initialised, see if the status is "rolling" if (client_is_open) { // check if the ports have a zero latency -- if they both have, then it's disconnected.