Remove useless function Screen::ClearScreen()

This function does not clear the screen at all, it does absolutely
nothing.
This commit is contained in:
Misa
2020-04-01 16:08:02 -07:00
committed by Ethan Lee
parent 691673ed30
commit e722251ebe
4 changed files with 0 additions and 10 deletions

View File

@@ -230,8 +230,3 @@ void Screen::toggleLinearFilter()
240
);
}
void Screen::ClearScreen( int colour )
{
//FillRect(m_screen, colour) ;
}