diff options
author | Denis Kasak | 2009-07-01 16:01:07 +0000 |
---|---|---|
committer | Denis Kasak | 2009-07-01 16:01:07 +0000 |
commit | 1402a3f5fed4b3b97050924ad56bd4bfaf602a42 (patch) | |
tree | 79a28bd92f8320115d50656bb161326b6a2b24b8 | |
parent | cfadb6cc3daeb70a4776d3455964c8b463dad411 (diff) | |
download | scummvm-rg350-1402a3f5fed4b3b97050924ad56bd4bfaf602a42.tar.gz scummvm-rg350-1402a3f5fed4b3b97050924ad56bd4bfaf602a42.tar.bz2 scummvm-rg350-1402a3f5fed4b3b97050924ad56bd4bfaf602a42.zip |
Removed declaration of Screen::drawSprite() which is now obsolete.
svn-id: r41997
-rw-r--r-- | engines/draci/screen.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |