diff options
author | Max Horn | 2010-06-02 00:52:57 +0000 |
---|---|---|
committer | Max Horn | 2010-06-02 00:52:57 +0000 |
commit | 767edc91faebdc1a60e5c8b3764b169dc9807ea5 (patch) | |
tree | 838b131043f177882fe03a7832124e0f8f53b350 /common | |
parent | c4c63223cc45ce192f8b03f27fff56fcdf56a502 (diff) | |
download | scummvm-rg350-767edc91faebdc1a60e5c8b3764b169dc9807ea5.tar.gz scummvm-rg350-767edc91faebdc1a60e5c8b3764b169dc9807ea5.tar.bz2 scummvm-rg350-767edc91faebdc1a60e5c8b3764b169dc9807ea5.zip |
OSYSTEM: Get rid of kFeatureAutoComputeDirtyRects
svn-id: r49388
Diffstat (limited to 'common')
-rw-r--r-- | common/system.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/common/system.h b/common/system.h index 76689bf381..60cea49f87 100644 --- a/common/system.h +++ b/common/system.h @@ -151,18 +151,6 @@ public: kFeatureVirtualKeyboard, /** - * This flag is a bit more obscure: it gives a hint to the backend that - * the frontend code is very inefficient in doing screen updates. So - * the frontend might do a lot of fullscreen blits even though only a - * tiny portion of the actual screen data changed. In that case, it - * might pay off for the backend to compute which parts actually changed, - * and then only mark those as dirty. - * Implementing this is purely optional, and no harm should arise - * when not doing so (except for decreased speed in said frontends). - */ - kFeatureAutoComputeDirtyRects, - - /** * This flag determines whether or not the cursor can have its own palette. * It is currently used only by some Macintosh versions of Humongous * Entertainment games. If the backend doesn't implement this feature then |