diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-12-12 22:12:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-12-12 22:12:18 +0300 |
commit | f5c40ef7c84f9d5914550b5781bad01ba63676dd (patch) | |
tree | fbfd5097d334a961e5a580d4e53409e539108221 /src/resources/surfaceimagehelper.cpp | |
parent | 47bcf6b7096d8a210d3a92d8b36913bc8163c9b4 (diff) | |
download | plus-f5c40ef7c84f9d5914550b5781bad01ba63676dd.tar.gz plus-f5c40ef7c84f9d5914550b5781bad01ba63676dd.tar.bz2 plus-f5c40ef7c84f9d5914550b5781bad01ba63676dd.tar.xz plus-f5c40ef7c84f9d5914550b5781bad01ba63676dd.zip |
Fix compilation errors with SDL2.s20161213
Diffstat (limited to 'src/resources/surfaceimagehelper.cpp')
-rw-r--r-- | src/resources/surfaceimagehelper.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/resources/surfaceimagehelper.cpp b/src/resources/surfaceimagehelper.cpp index e74c34477..b0e9548a6 100644 --- a/src/resources/surfaceimagehelper.cpp +++ b/src/resources/surfaceimagehelper.cpp @@ -73,11 +73,6 @@ Image *SurfaceImageHelper::_SDLload(SDL_Surface *tmpImage) const return new Image(image, false, nullptr); } -RenderType SurfaceImageHelper::useOpenGL() const -{ - return RENDER_SOFTWARE; -} - int SurfaceImageHelper::combineSurface(SDL_Surface *restrict const src, SDL_Rect *restrict const srcrect, SDL_Surface *restrict const dst, |