Removed declaration of Screen::drawSprite() which is now obsolete.

svn-id: r41997
This commit is contained in:
Denis Kasak 2009-07-01 16:01:07 +00:00
parent cfadb6cc3d
commit 1402a3f5fe

View File

@ -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);