diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-24 15:31:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-24 21:08:17 +0300 |
commit | b70bbf075a20524e6c1859fb18db0865c65182ca (patch) | |
tree | d5c4974d004da809b2e723b2b883faabfb95ae2f /src/sdlgraphics.cpp | |
parent | 8f670620dbf4c8092e9f834f9d65cbc607b81511 (diff) | |
download | plus-b70bbf075a20524e6c1859fb18db0865c65182ca.tar.gz plus-b70bbf075a20524e6c1859fb18db0865c65182ca.tar.bz2 plus-b70bbf075a20524e6c1859fb18db0865c65182ca.tar.xz plus-b70bbf075a20524e6c1859fb18db0865c65182ca.zip |
move surface combination into sdlimagehelper.
Diffstat (limited to 'src/sdlgraphics.cpp')
-rw-r--r-- | src/sdlgraphics.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/sdlgraphics.cpp b/src/sdlgraphics.cpp index 38984593c..a77076c26 100644 --- a/src/sdlgraphics.cpp +++ b/src/sdlgraphics.cpp @@ -39,12 +39,6 @@ #include "debug.h" -int MSDL_gfxBlitRGBA(SDL_Surface *src, SDL_Rect *srcrect, - SDL_Surface *dst, SDL_Rect *dstrect) -{ - return SDL_gfxBlitRGBA(src, srcrect, dst, dstrect); -} - #if SDL_BYTEORDER == SDL_LIL_ENDIAN static unsigned int *cR = nullptr; static unsigned int *cG = nullptr; |