Remove unused define
This commit is contained in:
parent
5e98517b3a
commit
61a34195e3
@ -59,7 +59,6 @@
|
|||||||
#define BINKP_CONTROL_BLOCK 0x8000
|
#define BINKP_CONTROL_BLOCK 0x8000
|
||||||
#define BINKP_PLZ_BLOCK 0x4000
|
#define BINKP_PLZ_BLOCK 0x4000
|
||||||
#define BINKP_ZIPBUFLEN (((BINKP_PLZ_BLOCK * 11) / 10) + 12)
|
#define BINKP_ZIPBUFLEN (((BINKP_PLZ_BLOCK * 11) / 10) + 12)
|
||||||
#define BINKP_GZBUFLEN (((BINKP_CONTROL_BLOCK * 11) / 10) + 12)
|
|
||||||
|
|
||||||
typedef struct _binkp_frame {
|
typedef struct _binkp_frame {
|
||||||
unsigned short header;
|
unsigned short header;
|
||||||
|
Reference in New Issue
Block a user