aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-05-01 01:56:47 +0200
committerLuke Dashjr <luke-jr+git@utopios.org>2012-05-01 23:09:22 -0400
commite6578e7fa7385dde7a0de9c2e87d8c0afa176314 (patch)
tree84442692b08d10147b4be3ec261f1e34753905c4
parent5ad4028050d54be1bf60b99dc4edaa2a984f959b (diff)
remove unused typedef in 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 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;