aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/window.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-07-02 20:53:31 +1000
committerPaul Gilbert2012-07-02 20:53:31 +1000
commit58b03ec446737164782867aedc324cce3b491218 (patch)
tree5c5073dfc445f2ec138044d98b1df7bf3674950d /engines/tony/window.h
parent65a8799f9653956cfced0b77e8c638be7c805824 (diff)
downloadscummvm-rg350-58b03ec446737164782867aedc324cce3b491218.tar.gz
scummvm-rg350-58b03ec446737164782867aedc324cce3b491218.tar.bz2
scummvm-rg350-58b03ec446737164782867aedc324cce3b491218.zip
TONY: Refactored the Sepia (B & W) mode so the cursor is converted as well
Diffstat (limited to 'engines/tony/window.h')
-rw-r--r--engines/tony/window.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/tony/window.h b/engines/tony/window.h
index c72a3afd8e..6528060f17 100644
--- a/engines/tony/window.h
+++ b/engines/tony/window.h
@@ -70,9 +70,7 @@ protected:
bool _bGrabThumbnail;
bool _bGrabMovie;
uint16 *_wThumbBuf;
- uint16 *_precalcTable;
- void createBWPrecalcTable();
void copyRectToScreen(const byte *buf, int pitch, int x, int y, int w, int h);
void wipeEffect(Common::Rect &rcBoundEllipse);
void getNewFrameWipe(byte *lpBuf, Common::Rect &rcBoundEllipse);