summaryrefslogtreecommitdiff
path: root/src/map/struct/sessionext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/struct/sessionext.h')
-rw-r--r--src/map/struct/sessionext.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/map/struct/sessionext.h b/src/map/struct/sessionext.h
deleted file mode 100644
index a592e50..0000000
--- a/src/map/struct/sessionext.h
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
-// Copyright (c) 2014 Evol developers
-
-#ifndef EVOL_MAP_SESSIONEXT
-#define EVOL_MAP_SESSIONEXT
-
-struct SessionExt
-{
- time_t onlinelistlasttime;
- int clientVersion;
- int language;
- uint8 state;
-};
-
-#endif // EVOL_MAP_SESSIONEXT