Remove now-unused function mapclass::fillcontent()

Previously, it was used to parse 30 strings whenever loading a room. But
now it's no longer used since we just assign the tilemap to the vector
directly.
This commit is contained in:
Misa
2020-05-17 16:45:57 -07:00
committed by Ethan Lee
parent ec72031cfd
commit aed7b220c7
2 changed files with 0 additions and 16 deletions

View File

@@ -62,8 +62,6 @@ public:
void settile(int xp, int yp, int t);
void fillcontent(std::vector<std::string>& tmap);
int area(int _rx, int _ry);