mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 09:54:10 +03:00
Remove unused function Graphics::textboxcenter()
This function was marked as unused by cppcheck.
This commit is contained in:
@@ -2814,18 +2814,6 @@ void Graphics::setwarprect( int a, int b, int c, int d )
|
||||
warprect.h = d;
|
||||
}
|
||||
|
||||
void Graphics::textboxcenter()
|
||||
{
|
||||
if (!INBOUNDS_VEC(m, textbox))
|
||||
{
|
||||
puts("textboxcenter() out-of-bounds!");
|
||||
return;
|
||||
}
|
||||
|
||||
textbox[m].centerx();
|
||||
textbox[m].centery();
|
||||
}
|
||||
|
||||
void Graphics::textboxcenterx()
|
||||
{
|
||||
if (!INBOUNDS_VEC(m, textbox))
|
||||
|
||||
Reference in New Issue
Block a user