]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Don't need 'had_been_cancelled'. Remoted.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 6 Sep 2021 10:02:59 +0000 (11:02 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 6 Sep 2021 10:02:59 +0000 (11:02 +0100)
player.h

index 64e9e3cb620211f1c0d84c2caafaa60347827fb9..2badc274320b9bb2f4dcb4387666233137564808 100644 (file)
--- a/player.h
+++ b/player.h
@@ -144,7 +144,6 @@ typedef struct flush_request_t {
 typedef struct {
   int connection_number;     // for debug ID purposes, nothing else...
   int resend_interval;       // this is really just for debugging
-  int has_been_cancelled;    // for cleaning up later.
   char *UserAgent;           // free this on teardown
   int AirPlayVersion;        // zero if not an AirPlay session. Used to help calculate latency
   uint32_t latency;          // the actual latency used for this play session