diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h index 9d8a6f254..02e4d15fa 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -255,7 +255,6 @@ enum { MAX_ITEMGROUP,
} item_group_list;
-
struct block_list {
struct block_list *next,*prev;
int id;
|