mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-06 10:58:01 +00:00
Removed declaration of Screen::drawSprite() which is now obsolete.
svn-id: r41997
This commit is contained in:
parent
cfadb6cc3d
commit
1402a3f5fe
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user