diff options
-rw-r--r-- | scumm/gfx.h | 7 |
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, |