]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Remove a redundant field from a time ping record
authorMike Brady <mikebradydublin@icloud.com>
Tue, 9 Jun 2020 10:33:32 +0000 (11:33 +0100)
committerMike Brady <mikebradydublin@icloud.com>
Tue, 9 Jun 2020 10:33:32 +0000 (11:33 +0100)
player.h

index c6315aae6d771c2356cc74366582807626992120..c5713de1776c32f4804727cb6186a2173d383e4d 100644 (file)
--- 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;