From 4cab6fc78e19799f223d951d5ccc9afb303b65f2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 5 Jun 2014 16:24:46 +0300 Subject: Remove duplicate code in renderers. --- src/render/sdl2softwaregraphics.cpp | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/render/sdl2softwaregraphics.cpp') diff --git a/src/render/sdl2softwaregraphics.cpp b/src/render/sdl2softwaregraphics.cpp index 2efc5772e..8a5729027 100644 --- a/src/render/sdl2softwaregraphics.cpp +++ b/src/render/sdl2softwaregraphics.cpp @@ -800,20 +800,6 @@ SDL_Surface *SDL2SoftwareGraphics::getScreenshot() return screenshot; } -bool SDL2SoftwareGraphics::drawNet(const int x1, const int y1, - const int x2, const int y2, - const int width, const int height) -{ - // +++ need use SDL_RenderDrawLines - for (int y = y1; y < y2; y += height) - drawLine(x1, y, x2, y); - - for (int x = x1; x < x2; x += width) - drawLine(x, y1, x, y2); - - return true; -} - void SDL2SoftwareGraphics::calcWindow(ImageCollection *const vertCol, const int x, const int y, const int w, const int h, -- cgit v1.2.3-60-g2f50