diff options
author | Eugene Sandulenko | 2012-03-25 11:39:24 -0700 |
---|---|---|
committer | Eugene Sandulenko | 2012-03-25 11:39:24 -0700 |
commit | fe414c862cff9146fdb84bfd9f68593c1ed5c4b6 (patch) | |
tree | 0996871128f14634b79f742a8f20955561c5d6fb /common/gui_options.h | |
parent | d801186185672b9df93184a11e8d980a2fafaead (diff) | |
parent | 346c1fe46120ef89348971a55b0181ca37d0582b (diff) | |
download | scummvm-rg350-fe414c862cff9146fdb84bfd9f68593c1ed5c4b6.tar.gz scummvm-rg350-fe414c862cff9146fdb84bfd9f68593c1ed5c4b6.tar.bz2 scummvm-rg350-fe414c862cff9146fdb84bfd9f68593c1ed5c4b6.zip |
Merge pull request #216 from bluegr/gui_undither_move
GUI: Change the undithering checkbox to be an engine-specific option
Diffstat (limited to 'common/gui_options.h')
-rw-r--r-- | common/gui_options.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/gui_options.h b/common/gui_options.h index 774e57e133..9da19b1c3e 100644 --- a/common/gui_options.h +++ b/common/gui_options.h @@ -44,7 +44,6 @@ #define GUIO_MIDIGM "\021" #define GUIO_NOASPECT "\022" -#define GUIO_EGAUNDITHER "\023" #define GUIO_RENDERHERCGREEN "\030" #define GUIO_RENDERHERCAMBER "\031" |