aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-05-11 02:03:07 +0200
committerEinar Johan Trøan Sømåen2012-06-02 12:56:30 +0200
commit26226afc5a546fd45362e402fa035880032963fc (patch)
tree4987dd8d7546585e91a24c6aee305725c86d9df4
parent6acc470bc6682f4705248b8ace86c3c7ca96f03c (diff)
downloadscummvm-rg350-26226afc5a546fd45362e402fa035880032963fc.tar.gz
scummvm-rg350-26226afc5a546fd45362e402fa035880032963fc.tar.bz2
scummvm-rg350-26226afc5a546fd45362e402fa035880032963fc.zip
WINTERMUTE: Fix a few warnings in BRenderSDL.h
-rw-r--r--engines/wintermute/BRenderSDL.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/wintermute/BRenderSDL.h b/engines/wintermute/BRenderSDL.h
index 2d55a3c003..573c4368c4 100644
--- a/engines/wintermute/BRenderSDL.h
+++ b/engines/wintermute/BRenderSDL.h
@@ -57,13 +57,6 @@ public:
HRESULT DrawLine(int X1, int Y1, int X2, int Y2, uint32 Color);
CBImage *TakeScreenshot();
-
- SDL_Renderer *GetSdlRenderer() const {
-// return _renderer;
- }
- SDL_Window *GetSdlWindow() const {
-// return _win;
- }
void drawFromSurface(Graphics::Surface *surf, Common::Rect *srcRect, Common::Rect *dstRest);