Skip to content

Commit

Permalink
TONY: Remove more unused bits.
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzie committed Aug 27, 2012
1 parent bfca99e commit 28681a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
3 changes: 0 additions & 3 deletions engines/tony/window.cpp
Expand Up @@ -57,9 +57,6 @@ void RMWindow::init() {
Graphics::PixelFormat pixelFormat(2, 5, 5, 5, 0, 10, 5, 0, 0);
initGraphics(RM_SX, RM_SY, true, &pixelFormat);

// Initialize FPS counters
fps = lastfcount = fcount = lastsecond = 0;

_bGrabScreenshot = false;
_bGrabThumbnail = false;
_bGrabMovie = false;
Expand Down
11 changes: 0 additions & 11 deletions engines/tony/window.h
Expand Up @@ -35,10 +35,6 @@

namespace Tony {

typedef uint32 HWND;
struct DDSURFACEDESC {
};

class RMSnapshot {
private:
// Buffer used to convert to RGB
Expand All @@ -57,10 +53,6 @@ class RMWindow {
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;

Expand Down Expand Up @@ -98,9 +90,6 @@ class RMWindow {
*/
void grabThumbnail(uint16 *buf);

int getFps() const {
return fps;
}
void showDirtyRects(bool v) { _showDirtyRects = v; }
};

Expand Down

0 comments on commit 28681a3

Please sign in to comment.