summaryrefslogtreecommitdiff
path: root/src/map/storage.h
diff options
context:
space:
mode:
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);