Remove useless struct declaration

This commit is contained in:
Alvaro Herrera 2010-12-02 17:25:18 -03:00
parent 7f4a7af2fd
commit d67a39c326
1 changed files with 0 additions and 2 deletions

View File

@ -22,8 +22,6 @@
#define ZLIB_OUT_SIZE 4096
#define ZLIB_IN_SIZE 4096
struct _CompressorState;
typedef enum
{
COMPR_ALG_NONE,