* Drop unused function

This commit is contained in:
shlainn 2010-09-13 04:19:54 +02:00
parent 8016034d72
commit a015f3c897

View File

@ -5,14 +5,6 @@
#include "MapMgr.h"
bool TileExistsInFile(uint32 m, uint32 x, uint32 y)
{
/* char buf[50];
MakeMapFilename(buf,m,x,y);
return GetFileSize(buf);*/
return true;
}
char* MapMgr::MapID2Name(uint32 mid)
{
if(!mapdb)