aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/window.h
diff options
context:
space:
mode:
authorAlyssa Milburn2012-08-27 23:41:23 +0200
committerAlyssa Milburn2012-08-27 23:41:23 +0200
commit28681a32eeaeba6029d6040da89bd810a0dd2b35 (patch)
treed9600d95c2400b423eb3e8b6af5117ca11310245 /engines/tony/window.h
parentbfca99eb18ba2d96331fc0e3fe351d20d47315e3 (diff)
downloadscummvm-rg350-28681a32eeaeba6029d6040da89bd810a0dd2b35.tar.gz
scummvm-rg350-28681a32eeaeba6029d6040da89bd810a0dd2b35.tar.bz2
scummvm-rg350-28681a32eeaeba6029d6040da89bd810a0dd2b35.zip
TONY: Remove more unused bits.
Diffstat (limited to 'engines/tony/window.h')
-rw-r--r--engines/tony/window.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/engines/tony/window.h b/engines/tony/window.h
index 4dfd63a3d8..9aaca16d3e 100644
--- a/engines/tony/window.h
+++ b/engines/tony/window.h
@@ -35,10 +35,6 @@
namespace Tony {
-typedef uint32 HWND;
-struct DDSURFACEDESC {
-};
-
class RMSnapshot {
private:
// Buffer used to convert to RGB
@@ -57,10 +53,6 @@ private:
void plotLines(const byte *lpBuf, const Common::Point &center, int x, int y);
protected:
- int fps, fcount;
- int lastsecond, lastfcount;
-
- int mskRed, mskGreen, mskBlue;
bool _wiping;
bool _showDirtyRects;
@@ -98,9 +90,6 @@ public:
*/
void grabThumbnail(uint16 *buf);
- int getFps() const {
- return fps;
- }
void showDirtyRects(bool v) { _showDirtyRects = v; }
};