mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 09:54:10 +03:00
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:
@@ -10,10 +10,6 @@ class textboxclass
|
||||
public:
|
||||
textboxclass();
|
||||
|
||||
void firstcreate();
|
||||
|
||||
void clear();
|
||||
|
||||
void centerx();
|
||||
|
||||
void centery();
|
||||
|
||||
Reference in New Issue
Block a user