From d5847d54a527c41006cb4cade15d0b6346490e77 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 25 Aug 2013 19:36:20 +0300 Subject: add partial support for software mode with SDL2. --- src/sdl2graphics.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/sdl2graphics.h') 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; }; -- cgit v1.2.3-70-g09d2