[Scummvm-cvs-logs] CVS: scummvm/common system.h,1.68,1.69
Max Horn
fingolfin at users.sourceforge.net
Fri Sep 3 18:32:26 CEST 2004
Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10785/common
Modified Files:
system.h
Log Message:
Got rid of OSystem::move_screen
Index: system.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.h,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- system.h 25 Jun 2004 22:11:47 -0000 1.68
+++ system.h 4 Sep 2004 01:31:03 -0000 1.69
@@ -265,19 +265,6 @@
virtual void updateScreen() = 0;
/**
- * Moves the screen content by the offset specified via dx/dy.
- * Only the region from x=0 till x=height-1 is affected.
- * @param dx the horizontal offset.
- * @param dy the vertical offset.
- * @param height the number of lines which in which the move will be done.
- *
- * @todo This is a rather special screen effect, only used by the SCUMM
- * frontend - we should consider removing it from the backend API
- * and instead implement the functionality in the frontend.
- */
- virtual void move_screen(int dx, int dy, int height) = 0;
-
- /**
* Set current shake position, a feature needed for some SCUMM screen effects.
* The effect causes the displayed graphics to be shifted upwards by the specified
* (always positive) offset. The area at the bottom of the screen which is moved
More information about the Scummvm-git-logs
mailing list