aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/draw_v1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/draw_v1.cpp')
-rw-r--r--engines/gob/draw_v1.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/gob/draw_v1.cpp b/engines/gob/draw_v1.cpp
index 4628ef1f37..6a96587949 100644
--- a/engines/gob/draw_v1.cpp
+++ b/engines/gob/draw_v1.cpp
@@ -39,11 +39,6 @@ namespace Gob {
Draw_v1::Draw_v1(GobEngine *vm) : Draw(vm) {
}
-void Draw_v1::initBigSprite(int16 index, int16 width, int16 height, int16 flags) {
- _vm->_draw->_spritesArray[index] =
- _vm->_video->initSurfDesc(_vm->_global->_videoMode, width, height, flags);
-}
-
void Draw_v1::printText(void) {
int16 savedFlags;
int16 ldestSpriteX;