diff options
author | Martin Kiewitz | 2009-10-13 15:48:43 +0000 |
---|---|---|
committer | Martin Kiewitz | 2009-10-13 15:48:43 +0000 |
commit | da4a8bbca28c622f60f43ff6cae7279bf1058aaf (patch) | |
tree | 4a685799df5b27af8ec782106055f625418685ed /engines/sci/gui | |
parent | 5ca933bb765b397acc84d0700bd393717d3a43fb (diff) | |
download | scummvm-rg350-da4a8bbca28c622f60f43ff6cae7279bf1058aaf.tar.gz scummvm-rg350-da4a8bbca28c622f60f43ff6cae7279bf1058aaf.tar.bz2 scummvm-rg350-da4a8bbca28c622f60f43ff6cae7279bf1058aaf.zip |
SCI/newgui: removed left over stuff from SciGuiGfx header
svn-id: r45024
Diffstat (limited to 'engines/sci/gui')
-rw-r--r-- | engines/sci/gui/gui_gfx.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/engines/sci/gui/gui_gfx.h b/engines/sci/gui/gui_gfx.h index 280b1adf6e..432c62f864 100644 --- a/engines/sci/gui/gui_gfx.h +++ b/engines/sci/gui/gui_gfx.h @@ -30,20 +30,6 @@ namespace Sci { -enum { - SCI_ANIMATE_SIGNAL_STOPUPDATE = 0x0001, - SCI_ANIMATE_SIGNAL_VIEWUPDATED = 0x0002, - SCI_ANIMATE_SIGNAL_NOUPDATE = 0x0004, - SCI_ANIMATE_SIGNAL_HIDDEN = 0x0008, - SCI_ANIMATE_SIGNAL_FIXEDPRIORITY = 0x0010, - SCI_ANIMATE_SIGNAL_ALWAYSUPDATE = 0x0020, - SCI_ANIMATE_SIGNAL_FORCEUPDATE = 0x0040, - SCI_ANIMATE_SIGNAL_REMOVEVIEW = 0x0080, - SCI_ANIMATE_SIGNAL_FROZEN = 0x0100, - SCI_ANIMATE_SIGNAL_IGNOREACTOR = 0x4000, - SCI_ANIMATE_SIGNAL_DISPOSEME = 0x8000 -}; - class SciGuiScreen; class SciGuiPalette; class SciGuiFont; |