summaryrefslogtreecommitdiff
path: root/src/char/int_storage.hpp
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2012-12-20 21:14:24 -0800
committerBen Longbons <b.r.longbons@gmail.com>2012-12-24 10:02:20 -0800
commitace159199161f555d6e13d05ccc374166ff375b6 (patch)
treed4cafca9f2733f99cc81d9f63b9f1f9172152023 /src/char/int_storage.hpp
parent2b092c150e1226decc48160316070fc44d5fbba0 (diff)
downloadtmwa-ace159199161f555d6e13d05ccc374166ff375b6.tar.gz
tmwa-ace159199161f555d6e13d05ccc374166ff375b6.tar.bz2
tmwa-ace159199161f555d6e13d05ccc374166ff375b6.tar.xz
tmwa-ace159199161f555d6e13d05ccc374166ff375b6.zip
Purge some unused functions
Diffstat (limited to 'src/char/int_storage.hpp')
-rw-r--r--src/char/int_storage.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/char/int_storage.hpp b/src/char/int_storage.hpp
index a5e9e0b..286c5a6 100644
--- a/src/char/int_storage.hpp
+++ b/src/char/int_storage.hpp
@@ -2,7 +2,6 @@
#define INT_STORAGE_HPP
int inter_storage_init(void);
-void inter_storage_final(void);
int inter_storage_save(void);
int inter_storage_delete(int account_id);
struct storage *account2storage(int account_id);