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

@@ -12,7 +12,6 @@ public:
void GetWindowSize(int* x, int* y);
void UpdateScreen(SDL_Surface* buffer, SDL_Rect* rect);
void ClearScreen(int colour);
void FlipScreen();
const SDL_PixelFormat* GetFormat();