mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-01 02:34: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:
@@ -97,7 +97,7 @@ public:
|
||||
|
||||
void centertext(void);
|
||||
|
||||
int wrap(int pad);
|
||||
void wrap(int pad);
|
||||
|
||||
void copyoriginaltext(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user