mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Remove useless function Screen::ClearScreen()
This function does not clear the screen at all, it does absolutely nothing.
This commit is contained in:
@@ -230,8 +230,3 @@ void Screen::toggleLinearFilter()
|
||||
240
|
||||
);
|
||||
}
|
||||
|
||||
void Screen::ClearScreen( int colour )
|
||||
{
|
||||
//FillRect(m_screen, colour) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user