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