Browse Source

remove unused typedef in serialize.h

try
Philip Kaufmann 13 years ago
parent
commit
810b4fad7d
  1. 2
      src/serialize.h

2
src/serialize.h

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

Loading…
Cancel
Save