mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-31 02:14:09 +03:00
Remove unused function FlipSurfaceHorizontal()
This function was marked as unused by cppcheck.
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user