remove unused defines in McClient.h

Signed-off-by: iTrooz <hey@itrooz.fr>
This commit is contained in:
iTrooz 2025-01-25 19:06:52 +01:00
parent f9e450ace2
commit 43376b1c40
No known key found for this signature in database
GPG Key ID: 8B83F77667B1BC6A

View File

@ -6,9 +6,6 @@
#include <Exception.h> #include <Exception.h>
#define SEGMENT_BITS 0x7F
#define CONTINUE_BIT 0x80
// Client for the Minecraft protocol // Client for the Minecraft protocol
class McClient : public QObject { class McClient : public QObject {
Q_OBJECT Q_OBJECT