mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-31 18:24:41 +03:00
Remove textboxwrap() and wrap() return value
This removes Graphics::textboxwrap(), as it is now an unused function. Additionally, this removes the return value of textboxclass::wrap(), as it is also now unused.
This commit is contained in:
@@ -102,8 +102,6 @@ public:
|
||||
|
||||
void textboxcentery(void);
|
||||
|
||||
int textboxwrap(int pad);
|
||||
|
||||
void textboxpad(size_t left_pad, size_t right_pad);
|
||||
|
||||
void textboxpadtowidth(size_t new_w);
|
||||
|
||||
Reference in New Issue
Block a user