[Scummvm-cvs-logs] SF.net SVN: scummvm:[41997] scummvm/branches/gsoc2009-draci/engines/draci/ screen.h
dkasak13 at users.sourceforge.net
dkasak13 at users.sourceforge.net
Wed Jul 1 18:01:08 CEST 2009
Revision: 41997
http://scummvm.svn.sourceforge.net/scummvm/?rev=41997&view=rev
Author: dkasak13
Date: 2009-07-01 16:01:07 +0000 (Wed, 01 Jul 2009)
Log Message:
-----------
Removed declaration of Screen::drawSprite() which is now obsolete.
Modified Paths:
--------------
scummvm/branches/gsoc2009-draci/engines/draci/screen.h
Modified: scummvm/branches/gsoc2009-draci/engines/draci/screen.h
===================================================================
--- scummvm/branches/gsoc2009-draci/engines/draci/screen.h 2009-07-01 16:00:27 UTC (rev 41996)
+++ scummvm/branches/gsoc2009-draci/engines/draci/screen.h 2009-07-01 16:01:07 UTC (rev 41997)
@@ -51,7 +51,6 @@
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);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list