diff options
Diffstat (limited to 'src/net/manaserv/connection.h')
-rw-r--r-- | src/net/manaserv/connection.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/net/manaserv/connection.h b/src/net/manaserv/connection.h index 808a6d40..b39f8957 100644 --- a/src/net/manaserv/connection.h +++ b/src/net/manaserv/connection.h @@ -26,12 +26,6 @@ #include <iosfwd> -#ifdef ENET_VERSION_CREATE -#define ENET_CUTOFF ENET_VERSION_CREATE(1,3,0) -#else -#define ENET_CUTOFF 0xFFFFFFFF -#endif - namespace ManaServ { class MessageOut; |