aboutsummaryrefslogtreecommitdiff
path: root/src/serialize.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/serialize.h')
-rw-r--r--src/serialize.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/serialize.h b/src/serialize.h
index 346594c86a..6bdf378229 100644
--- a/src/serialize.h
+++ b/src/serialize.h
@@ -1245,8 +1245,6 @@ public:
int nType;
int nVersion;
- typedef FILE element_type;
-
CAutoFile(FILE* filenew=NULL, int nTypeIn=SER_DISK, int nVersionIn=VERSION)
{
file = filenew;