From f8d16a36db8f9d1f22f3a15d2fbee19b7c68ebef Mon Sep 17 00:00:00 2001 From: Björn Steinbrink Date: Fri, 3 Feb 2006 13:53:50 +0000 Subject: Removed some unused code. --- src/net/protocol.cpp | 11 ----------- src/net/protocol.h | 6 ------ 2 files changed, 17 deletions(-) (limited to 'src') diff --git a/src/net/protocol.cpp b/src/net/protocol.cpp index 5de1b0cf..f31d4a39 100644 --- a/src/net/protocol.cpp +++ b/src/net/protocol.cpp @@ -26,17 +26,6 @@ #define LOBYTE(w) ((unsigned char)(w)) #define HIBYTE(w) ((unsigned char)(((unsigned short)(w)) >> 8)) -unsigned char get_src_direction(char data) -{ - data >>= 4; - return data; -} - -unsigned char get_dest_direction(char data) -{ - return data & 0x000f; -} - void set_coordinates(char *data, unsigned short x, unsigned short y, diff --git a/src/net/protocol.h b/src/net/protocol.h index 716aa0f9..72b459ed 100644 --- a/src/net/protocol.h +++ b/src/net/protocol.h @@ -104,12 +104,6 @@ #define CMSG_PLAYER_EQUIP 0x00a9 #define CMSG_PLAYER_UNEQUIP 0x00ab -/** Decodes src direction */ -unsigned char get_src_direction(char data); - -/** Decodes dest direction */ -unsigned char get_dest_direction(char data); - /** Encodes coords and direction in 3 bytes data */ void set_coordinates(char *data, unsigned short x, unsigned short y, unsigned char direction); -- cgit v1.2.3-70-g09d2