From 6ad5d4ce7b746e9a6e7480668bd265316a634dfa Mon Sep 17 00:00:00 2001 From: Akkadius Date: Fri, 16 May 2025 16:31:23 -0500 Subject: [PATCH] Update daybreak_connection.h --- common/net/daybreak_connection.h | 1 - 1 file changed, 1 deletion(-) diff --git a/common/net/daybreak_connection.h b/common/net/daybreak_connection.h index 7389ab972..5dde5739c 100644 --- a/common/net/daybreak_connection.h +++ b/common/net/daybreak_connection.h @@ -185,7 +185,6 @@ namespace EQ // resend tracking size_t m_resend_packets_sent = 0; size_t m_resend_bytes_sent = 0; - Timestamp m_last_resend; struct DaybreakSentPacket {