diff options
author | Filippos Karapetis | 2013-11-03 04:18:20 +0200 |
---|---|---|
committer | Filippos Karapetis | 2013-11-03 04:18:20 +0200 |
commit | bee9e1bfd7877035b582d32df52aea1ec9859353 (patch) | |
tree | fa3e5636a09f0052d58d38696aea79b98c98f3bb /engines | |
parent | 21a2fc6894ef39dc3ad076b5136a4a4f184dcfd2 (diff) | |
download | scummvm-rg350-bee9e1bfd7877035b582d32df52aea1ec9859353.tar.gz scummvm-rg350-bee9e1bfd7877035b582d32df52aea1ec9859353.tar.bz2 scummvm-rg350-bee9e1bfd7877035b582d32df52aea1ec9859353.zip |
NEVERHOOD: Remove unused method drawShadowSurface()
Diffstat (limited to 'engines')
-rw-r--r-- | engines/neverhood/screen.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/neverhood/screen.h b/engines/neverhood/screen.h index c778066152..a9b5af02f6 100644 --- a/engines/neverhood/screen.h +++ b/engines/neverhood/screen.h @@ -79,7 +79,6 @@ public: void drawSurface2(const Graphics::Surface *surface, NDrawRect &drawRect, NRect &clipRect, bool transparent, byte version, const Graphics::Surface *shadowSurface = NULL); void drawSurface3(const Graphics::Surface *surface, int16 x, int16 y, NDrawRect &drawRect, NRect &clipRect, bool transparent, byte version); - void drawShadowSurface(const Graphics::Surface *surface, const Graphics::Surface *shadowSurface, int16 x, int16 y, NDrawRect &drawRect, NRect &clipRect); void drawDoubleSurface2(const Graphics::Surface *surface, NDrawRect &drawRect); void drawUnk(const Graphics::Surface *surface, NDrawRect &drawRect, NDrawRect &sysRect, NRect &clipRect, bool transparent, byte version); void drawSurfaceClipRects(const Graphics::Surface *surface, NDrawRect &drawRect, NRect *clipRects, uint clipRectsCount, bool transparent, byte version); |