diff options
Diffstat (limited to 'src/base/proto.h')
| -rw-r--r-- | src/base/proto.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/base/proto.h b/src/base/proto.h index b7f198b..c746393 100644 --- a/src/base/proto.h +++ b/src/base/proto.h @@ -29,11 +29,6 @@ #include "publicServer.h" #endif -#define PROTO_SEND_ONE 0 -#define PROTO_SEND_ALL 1 -#define PROTO_SEND_BUT 3 -#define PROTO_SEND_ALL_SEES_TUX 4 - #define PROTO_ERROR_CODE_UNKNOWN 0 #define PROTO_ERROR_CODE_BAD_VERSION 1 #define PROTO_ERROR_CODE_BAD_NAME 2 |