diff options
Diffstat (limited to 'src/tool/mapcache.c')
-rw-r--r-- | src/tool/mapcache.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/tool/mapcache.c b/src/tool/mapcache.c index ec735e4e6..41dfcf022 100644 --- a/src/tool/mapcache.c +++ b/src/tool/mapcache.c @@ -67,11 +67,6 @@ struct map_info { int32 len; }; - /************************************* - * Big-endian compatibility functions * - * Moved to utils.h * - *************************************/ - // Reads a map from GRF's GAT and RSW files int read_map(char *name, struct map_data *m) { |