diff options
Diffstat (limited to 'engines/sci/gui/gui_helpers.h')
-rw-r--r-- | engines/sci/gui/gui_helpers.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/engines/sci/gui/gui_helpers.h b/engines/sci/gui/gui_helpers.h index 4f97c73484..3a7fa67e14 100644 --- a/engines/sci/gui/gui_helpers.h +++ b/engines/sci/gui/gui_helpers.h @@ -103,17 +103,6 @@ struct GuiPalSchedule { uint32 schedule; }; -enum { - GFX_STOPUPDATE = 0x01, - GFX_VIEWUPDATED = 0x02, - GFX_NOUPDATE = 0x04, - GFX_HIDDEN = 0x08, - GFX_FIXEDPRIO=0x10, - GFX_ALWAYSUPDATE = 0x20, - GFX_FORCEUPDATE = 0x40, - GFX_REMOVEVIEW = 0x80 -}; - } // End of namespace Sci #endif |