aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen_eob.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/screen_eob.h')
-rw-r--r--engines/kyra/screen_eob.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/kyra/screen_eob.h b/engines/kyra/screen_eob.h
index 2bcfbd8f60..92de5c8b38 100644
--- a/engines/kyra/screen_eob.h
+++ b/engines/kyra/screen_eob.h
@@ -36,7 +36,6 @@ public:
virtual ~Screen_EoB();
bool init();
- bool init(bool useHiResEGADithering);
void setClearScreenDim(int dim);
void clearCurDim();
@@ -116,7 +115,6 @@ private:
uint8 *_egaDitheringTable;
uint8 *_egaPixelValueTable;
- bool _useHiResEGADithering;
static const uint8 _egaMatchTable[];
static const ScreenDim _screenDimTable[];