From 1402a3f5fed4b3b97050924ad56bd4bfaf602a42 Mon Sep 17 00:00:00 2001 From: Denis Kasak Date: Wed, 1 Jul 2009 16:01:07 +0000 Subject: Removed declaration of Screen::drawSprite() which is now obsolete. svn-id: r41997 --- engines/draci/screen.h | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/draci') diff --git a/engines/draci/screen.h b/engines/draci/screen.h index 4c09e77926..42dcf40bae 100644 --- a/engines/draci/screen.h +++ b/engines/draci/screen.h @@ -51,7 +51,6 @@ public: byte *getPalette() const; void copyToScreen() const; void clearScreen() const; - void drawSprite(const Sprite &s) const; void fillScreen(uint8 colour) const; Surface *getSurface(); void drawRect(Common::Rect &r, uint8 colour); -- cgit v1.2.3