]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
remove comment - the "rolling" status of jack transport is irrelevant to shairport...
authorJörn Nettingsmeier <nettings@luchtbeweging.nl>
Fri, 15 Feb 2019 15:56:08 +0000 (15:56 +0000)
committerJörn Nettingsmeier <nettings@luchtbeweging.nl>
Fri, 15 Feb 2019 15:56:08 +0000 (15:56 +0000)
audio_jack.c

index 4f1edad4ae1f86a6a7ddaf8047159f2caad4b0d4..7344d86fe44de9130cbf515c9e57400e0b30b5a8 100644 (file)
@@ -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.