diff options
Diffstat (limited to 'src/sdlgraphics.h')
-rw-r--r-- | src/sdlgraphics.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sdlgraphics.h b/src/sdlgraphics.h index 9f80f6acb..b0a076b26 100644 --- a/src/sdlgraphics.h +++ b/src/sdlgraphics.h @@ -39,9 +39,6 @@ class MapLayer; struct SDL_Surface; -int MSDL_gfxBlitRGBA(SDL_Surface *src, SDL_Rect *srcrect, - SDL_Surface *dst, SDL_Rect *dstrect); - /** * A central point of control for graphics. */ |