Remove now-unused fillbackground/fillcontents/fillminitower from Tower

They are now unused because we no longer have to parse 120, 100, or 700
strings in order to load these tilemaps.
This commit is contained in:
Misa
2020-05-17 17:02:01 -07:00
committed by Ethan Lee
parent aae07336eb
commit 86516bb284
2 changed files with 0 additions and 44 deletions
-6
View File
@@ -15,18 +15,12 @@ public:
int miniat(int xp, int yp, int yoff);
void fillbackground(std::vector<std::string>& tmap);
void fillminitower(std::vector<std::string>& tmap);
void loadminitower1();
void loadminitower2();
void loadbackground();
void fillcontents(std::vector<std::string>& tmap);
void loadmap();
//public var back:Array = new Array();