remove unused typedef in serialize.h
authorPhilip Kaufmann <phil.kaufmann@t-online.de>
Mon, 30 Apr 2012 23:56:47 +0000 (01:56 +0200)
committerPhilip Kaufmann <phil.kaufmann@t-online.de>
Mon, 30 Apr 2012 23:56:47 +0000 (01:56 +0200)
src/serialize.h

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