[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.h,1.13,1.14
Jonathan Gray
khalek at users.sourceforge.net
Sun Dec 15 23:14:02 CET 2002
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv13081
Modified Files:
gfx.h
Log Message:
remove unused VideoMode struct
Index: gfx.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- gfx.h 16 Dec 2002 01:25:55 -0000 1.13
+++ gfx.h 16 Dec 2002 07:13:47 -0000 1.14
@@ -23,13 +23,6 @@
#ifndef GFX_H
#define GFX_H
-enum VideoMode { /* Video scalers */
- VIDEO_SCALE = 0,
- VIDEO_2XSAI = 1,
- VIDEO_SUPERSAI = 2,
- VIDEO_SUPEREAGLE = 3
-};
-
enum { /* Camera modes */
CM_NORMAL = 1,
CM_FOLLOW_ACTOR = 2,
More information about the Scummvm-git-logs
mailing list