From b16afa14fe7ce4f8f0d8706358830f3ec518ce61 Mon Sep 17 00:00:00 2001 From: UIS Date: Thu, 6 Aug 2020 19:47:19 +0300 Subject: Minor network fixes --- src/NetworkClient.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/NetworkClient.hpp') diff --git a/src/NetworkClient.hpp b/src/NetworkClient.hpp index f372468..bde5fdf 100644 --- a/src/NetworkClient.hpp +++ b/src/NetworkClient.hpp @@ -12,8 +12,6 @@ enum ConnectionState : unsigned char; class NetworkClient { std::unique_ptr network; - std::queue > toSend; - std::queue > toReceive; ConnectionState state; int compressionThreshold = -1; std::chrono::steady_clock::time_point timeOfLastKeepAlivePacket; @@ -23,4 +21,4 @@ class NetworkClient { public: NetworkClient(std::string address, unsigned short port, std::string username); ~NetworkClient(); -}; \ No newline at end of file +}; -- cgit v1.2.3