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:
Misa
2024-01-21 14:59:36 -08:00
committed by Misa Elizabeth Kai
parent c50da88ad4
commit 505956ae83
4 changed files with 3 additions and 19 deletions

View File

@@ -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);