From 43376b1c40dbc1963c4c95f07763e57dc052e9da Mon Sep 17 00:00:00 2001 From: iTrooz Date: Sat, 25 Jan 2025 19:06:52 +0100 Subject: [PATCH] remove unused defines in McClient.h Signed-off-by: iTrooz --- launcher/ui/pages/instance/McClient.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/launcher/ui/pages/instance/McClient.h b/launcher/ui/pages/instance/McClient.h index 4df879609..4e54bf27e 100644 --- a/launcher/ui/pages/instance/McClient.h +++ b/launcher/ui/pages/instance/McClient.h @@ -6,9 +6,6 @@ #include -#define SEGMENT_BITS 0x7F -#define CONTINUE_BIT 0x80 - // Client for the Minecraft protocol class McClient : public QObject { Q_OBJECT