mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user