summaryrefslogtreecommitdiff
path: root/src/map/storage.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2014-10-05 02:37:50 -0300
committershennetsind <ind@henn.et>2014-10-05 02:37:50 -0300
commita6c4c6384398a250099c86a1605d63f83f108905 (patch)
treed5dbc0cd1c3732860ddf1bed827a69dd53195254 /src/map/storage.h
parenta46b190764df4cce0b378bc691218ac0814a5673 (diff)
downloadhercules-a6c4c6384398a250099c86a1605d63f83f108905.tar.gz
hercules-a6c4c6384398a250099c86a1605d63f83f108905.tar.bz2
hercules-a6c4c6384398a250099c86a1605d63f83f108905.tar.xz
hercules-a6c4c6384398a250099c86a1605d63f83f108905.zip
Follow up a46b190764df4cce0b378bc691218ac0814a5673
Dropped id2storage entirely, replaced with idb_get (1) it was redundant 2) the rename on a46b190764df4cce0b378bc691218ac0814a5673 was a very poor choice as plugins using the previous version would be calling the other). Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/storage.h')
-rw-r--r--src/map/storage.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/storage.h b/src/map/storage.h
index db782966f..fcf9a52e4 100644
--- a/src/map/storage.h
+++ b/src/map/storage.h
@@ -35,7 +35,6 @@ struct guild_storage_interface {
struct DBMap* db; // int guild_id -> struct guild_storage*
/* */
struct guild_storage *(*ensure) (int guild_id);
- struct guild_storage *(*id2storage) (int guild_id);
/* */
void (*init) (bool minimal);
void (*final) (void);