remove unused typedef in serialize.h
authorPhilip Kaufmann <phil.kaufmann@t-online.de>
Mon, 30 Apr 2012 23:56:47 +0000 (01:56 +0200)
committerLuke Dashjr <luke-jr+git@utopios.org>
Wed, 2 May 2012 03:09:22 +0000 (23:09 -0400)
src/serialize.h

index 3027660..959a3a6 100644 (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;