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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user