aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.h
diff options
context:
space:
mode:
authorJonathan Gray2002-12-16 07:13:47 +0000
committerJonathan Gray2002-12-16 07:13:47 +0000
commit3bf603dbfc90e1282611bfd724702a8ee40321cb (patch)
tree9a76217437127dfa6b3897e87dbd22295e540201 /scumm/gfx.h
parent3a43db28e31a8420ee5a15cf7b7499575a517eef (diff)
downloadscummvm-rg350-3bf603dbfc90e1282611bfd724702a8ee40321cb.tar.gz
scummvm-rg350-3bf603dbfc90e1282611bfd724702a8ee40321cb.tar.bz2
scummvm-rg350-3bf603dbfc90e1282611bfd724702a8ee40321cb.zip
remove unused VideoMode struct
svn-id: r5992
Diffstat (limited to 'scumm/gfx.h')
-rw-r--r--scumm/gfx.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h
index 3573fe897f..79eddd17eb 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -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,