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:
Misa
2020-07-06 15:02:55 -07:00
committed by Ethan Lee
parent 307cdefb8e
commit 3932c75acc
4 changed files with 0 additions and 11 deletions

View File

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