diff options
Diffstat (limited to 'src/resources/sdl2softwareimagehelper.cpp')
-rw-r--r-- | src/resources/sdl2softwareimagehelper.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/resources/sdl2softwareimagehelper.cpp b/src/resources/sdl2softwareimagehelper.cpp index 7c4ff3d5d..db41a4ddc 100644 --- a/src/resources/sdl2softwareimagehelper.cpp +++ b/src/resources/sdl2softwareimagehelper.cpp @@ -141,11 +141,6 @@ Image *SDL2SoftwareImageHelper::_SDLload(SDL_Surface *tmpImage) const return new Image(image, false, nullptr); } -RenderType SDL2SoftwareImageHelper::useOpenGL() const -{ - return RENDER_SOFTWARE; -} - SDL_Surface *SDL2SoftwareImageHelper::create32BitSurface(int width, int height) const { |