Remove useless function Graphics::textboxcleanup()

It was made useless after my refactor to remove the 'active' system from
text boxes.
This commit is contained in:
Misa
2020-04-28 18:19:33 -07:00
committed by Ethan Lee
parent 905696c263
commit 4e3406d5aa
2 changed files with 0 additions and 7 deletions

View File

@@ -55,8 +55,6 @@ public:
void createtextbox(std::string t, int xp, int yp, int r= 255, int g= 255, int b = 255);
void textboxcleanup();
void textboxcenter();
void textboxcenterx();