mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 09:54:10 +03:00
Remove unnecessary stub destructors
It's a bit misleading to have these stub destructors when they don't do anything special.
This commit is contained in:
@@ -161,11 +161,6 @@ int Graphics::font_idx(uint32_t ch) {
|
||||
}
|
||||
}
|
||||
|
||||
Graphics::~Graphics()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void Graphics::drawspritesetcol(int x, int y, int t, int c)
|
||||
{
|
||||
if (!INBOUNDS(t, sprites))
|
||||
|
||||
Reference in New Issue
Block a user