diff options
Diffstat (limited to 'engines/mads/assets.h')
-rw-r--r-- | engines/mads/assets.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/mads/assets.h b/engines/mads/assets.h index dfe6db086e..874eee7925 100644 --- a/engines/mads/assets.h +++ b/engines/mads/assets.h @@ -105,11 +105,6 @@ public: byte *getPalette() { return _palette; } int getColorCount() { return _colorCount; } bool isBackground() const { return _isBackground; } - - void drawScaled(int frameNumber, MSurface &depthSurface, MSurface &destSurface, - int scale, int depth, const Common::Point &pos); - void depthDraw(MSurface *surface, MSurface *depthSurface, int frameNumber, - const Common::Point &pt, int depth); }; } // End of namespace MADS |