aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/serialize.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/serialize.h b/src/serialize.h
index 302766062a..959a3a694b 100644
--- a/src/serialize.h
+++ b/src/serialize.h
@@ -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;