From: Mike Brady Date: Tue, 9 Jun 2020 10:33:32 +0000 (+0100) Subject: Remove a redundant field from a time ping record X-Git-Tag: 3.3.7d12~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1312772bc8f3b07e6b4aec047946918cea197b07;p=thirdparty%2Fshairport-sync.git Remove a redundant field from a time ping record --- diff --git a/player.h b/player.h index c6315aae..c5713de1 100644 --- a/player.h +++ b/player.h @@ -28,7 +28,6 @@ #define time_ping_history (1 << time_ping_history_power_of_two) // 2^7 is 128. At 1 per three seconds, approximately six minutes of records typedef struct time_ping_record { - uint64_t local_to_remote_difference; uint64_t dispersion; uint64_t local_time; uint64_t remote_time;