remove unused typedef in serialize.h

This commit is contained in:
Philip Kaufmann
2012-05-01 01:56:47 +02:00
committed by Luke Dashjr
parent 5ad4028050
commit e6578e7fa7

View File

@@ -1244,8 +1244,6 @@ public:
int nType;
int nVersion;
typedef FILE element_type;
CAutoFile(FILE* filenew=NULL, int nTypeIn=SER_DISK, int nVersionIn=VERSION)
{
file = filenew;