aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/assets.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/assets.cpp')
-rw-r--r--engines/mads/assets.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/engines/mads/assets.cpp b/engines/mads/assets.cpp
index 46a6d3c916..bf9647dda4 100644
--- a/engines/mads/assets.cpp
+++ b/engines/mads/assets.cpp
@@ -205,17 +205,6 @@ MSprite *SpriteAsset::getFrame(int frameIndex) {
}
}
-
-void SpriteAsset::drawScaled(int frameNumber, MSurface &depthSurface, MSurface &destSurface,
- int scale, int depth, const Common::Point &pos) {
- error("TODO: SpriteAsset::drawScaled - map to frame methods");
-}
-
-void SpriteAsset::depthDraw(MSurface *surface, MSurface *depthSurface, int frameNumber,
- const Common::Point &pt, int depth) {
- error("TODO: map depthDraw to frame draw methods");
-}
-
/*------------------------------------------------------------------------*/
SpriteSetCharInfo::SpriteSetCharInfo(Common::SeekableReadStream *s) {