From 608f959900968e83fd25231c72308fc608742dd5 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 12 Dec 2012 22:36:08 -0800 Subject: Remove guilds, finally If anyone in the future wonders why I did this, just look at how many lines of code this eliminates. --- src/char/int_storage.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/char/int_storage.hpp') diff --git a/src/char/int_storage.hpp b/src/char/int_storage.hpp index 9986f2d..591777d 100644 --- a/src/char/int_storage.hpp +++ b/src/char/int_storage.hpp @@ -5,14 +5,11 @@ int inter_storage_init (void); void inter_storage_final (void); int inter_storage_save (void); -int inter_guild_storage_save (void); int inter_storage_delete (int account_id); -int inter_guild_storage_delete (int guild_id); struct storage *account2storage (int account_id); int inter_storage_parse_frommap (int fd); extern char storage_txt[1024]; -extern char guild_storage_txt[1024]; #endif -- cgit v1.2.3-60-g2f50