diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-16 01:03:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-16 01:03:19 +0300 |
commit | 78fb544aeb8761e8d554487487bc27e610822e2d (patch) | |
tree | 45ec42f5dcba94cd391f54a4cef2c017d7318d38 /src/render/imagegraphics.h | |
parent | fcdc44b21bda79052205ca1884b7f3a1ebd32957 (diff) | |
download | plus-78fb544aeb8761e8d554487487bc27e610822e2d.tar.gz plus-78fb544aeb8761e8d554487487bc27e610822e2d.tar.bz2 plus-78fb544aeb8761e8d554487487bc27e610822e2d.tar.xz plus-78fb544aeb8761e8d554487487bc27e610822e2d.zip |
Use screenshort helpers for creating screenshots
Diffstat (limited to 'src/render/imagegraphics.h')
-rw-r--r-- | src/render/imagegraphics.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/render/imagegraphics.h b/src/render/imagegraphics.h index 8957543d4..df07bdacd 100644 --- a/src/render/imagegraphics.h +++ b/src/render/imagegraphics.h @@ -131,9 +131,6 @@ class ImegeGraphics final : public Graphics void updateScreen() override final { } - SDL_Surface *getScreenshot() override final A_WARN_UNUSED - { return nullptr; } - void drawNet(const int x1 A_UNUSED, const int y1 A_UNUSED, const int x2 A_UNUSED, |