summaryrefslogtreecommitdiff
path: root/src/graphics.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-08-19 16:43:36 +0300
committerAndrei Karas <akaras@inbox.ru>2013-08-19 18:34:56 +0300
commit582900e6c698823fc95bc6653707a328e96dd075 (patch)
tree1e3bca15f9b14045e83ac5a7f85ca98fa6f7933a /src/graphics.cpp
parentf93aa1c4a5dc334a437ad8bc6c7ffa7a5417d19c (diff)
downloadplus-582900e6c698823fc95bc6653707a328e96dd075.tar.gz
plus-582900e6c698823fc95bc6653707a328e96dd075.tar.bz2
plus-582900e6c698823fc95bc6653707a328e96dd075.tar.xz
plus-582900e6c698823fc95bc6653707a328e96dd075.zip
fix compilation with old gcc.
Diffstat (limited to 'src/graphics.cpp')
-rw-r--r--src/graphics.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/graphics.cpp b/src/graphics.cpp
index 7120afb06..0b4e9be15 100644
--- a/src/graphics.cpp
+++ b/src/graphics.cpp
@@ -40,8 +40,6 @@
#endif
#endif
-#include <SDL_gfxBlitFunc.h>
-
#include "debug.h"
#ifdef USE_OPENGL
@@ -50,12 +48,6 @@
#endif
#endif
-int MSDL_gfxBlitRGBA(SDL_Surface *src, SDL_Rect *srcrect,
- SDL_Surface *dst, SDL_Rect *dstrect)
-{
- return SDL_gfxBlitRGBA(src, srcrect, dst, dstrect);
-}
-
Graphics::Graphics() :
gcn::Graphics(),
mWidth(0),