Remove unused function FlipSurfaceHorizontal()

This function was marked as unused by cppcheck.
This commit is contained in:
Misa
2021-01-02 00:09:13 -08:00
committed by Ethan Lee
parent 6795856431
commit 0e0f5c47a5
2 changed files with 0 additions and 23 deletions

View File

@@ -39,7 +39,6 @@ void FillRect( SDL_Surface* surface, SDL_Rect rect, int rgba );
void ScrollSurface(SDL_Surface* _src, int pX, int py);
SDL_Surface * FlipSurfaceHorizontal(SDL_Surface* _src);
SDL_Surface * FlipSurfaceVerticle(SDL_Surface* _src);
void UpdateFilter();
SDL_Surface* ApplyFilter( SDL_Surface* _src );