Remove textboxclass's firstcreate and clear, simplify initializations

As a result of the previous commit, textboxclass::clear() is now unused.
textboxclass::firstcreate() was already useless. So remove both those
functions and initialize the values in the textboxclass constructor.
This commit is contained in:
Misa
2020-04-03 17:44:25 -07:00
committed by Ethan Lee
parent 09c9a6b862
commit 31321ee19c
2 changed files with 0 additions and 24 deletions

View File

@@ -10,10 +10,6 @@ class textboxclass
public:
textboxclass();
void firstcreate();
void clear();
void centerx();
void centery();