summaryrefslogtreecommitdiff
path: root/src/sdl2graphics.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-08-25 19:36:20 +0300
committerAndrei Karas <akaras@inbox.ru>2013-08-25 23:26:55 +0300
commitd5847d54a527c41006cb4cade15d0b6346490e77 (patch)
tree5146fc48f6e2d10eb3f41f1b20eac16f66b36f28 /src/sdl2graphics.h
parent5b20a3d95717f75d33801c4dd2b093e106d90541 (diff)
downloadplus-d5847d54a527c41006cb4cade15d0b6346490e77.tar.gz
plus-d5847d54a527c41006cb4cade15d0b6346490e77.tar.bz2
plus-d5847d54a527c41006cb4cade15d0b6346490e77.tar.xz
plus-d5847d54a527c41006cb4cade15d0b6346490e77.zip
add partial support for software mode with SDL2.
Diffstat (limited to 'src/sdl2graphics.h')
-rw-r--r--src/sdl2graphics.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/sdl2graphics.h b/src/sdl2graphics.h
index 35659161d..3cb191d41 100644
--- a/src/sdl2graphics.h
+++ b/src/sdl2graphics.h
@@ -135,15 +135,6 @@ class SDLGraphics : public Graphics
const int width, const int height,
const bool useColor);
- int SDL_FakeUpperBlit(const SDL_Surface *const src,
- SDL_Rect *const srcrect,
- const SDL_Surface *const dst,
- SDL_Rect *dstrect) const;
-
- void drawHLine(int x1, int y, int x2);
-
- void drawVLine(int x, int y1, int y2);
-
uint32_t mOldPixel;
int mOldAlpha;
};