Remove unused define

This commit is contained in:
Michiel Broek 2005-06-19 20:02:38 +00:00
parent 5e98517b3a
commit 61a34195e3

View File

@ -59,7 +59,6 @@
#define BINKP_CONTROL_BLOCK 0x8000
#define BINKP_PLZ_BLOCK 0x4000
#define BINKP_ZIPBUFLEN (((BINKP_PLZ_BLOCK * 11) / 10) + 12)
#define BINKP_GZBUFLEN (((BINKP_CONTROL_BLOCK * 11) / 10) + 12)
typedef struct _binkp_frame {
unsigned short header;