aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/window.h
diff options
context:
space:
mode:
authorD G Turner2012-11-12 00:39:20 +0000
committerD G Turner2012-11-12 00:39:20 +0000
commitb8c1b46ae0dad65803ae1c77569757528a7a8468 (patch)
treeb4df0631508da113d09ec3a208f235bb6e8536bf /engines/tony/window.h
parent0a709d955da76df038a87a792d1759e43d718591 (diff)
downloadscummvm-rg350-b8c1b46ae0dad65803ae1c77569757528a7a8468.tar.gz
scummvm-rg350-b8c1b46ae0dad65803ae1c77569757528a7a8468.tar.bz2
scummvm-rg350-b8c1b46ae0dad65803ae1c77569757528a7a8468.zip
TONY: Cleanup whitespace formatting.
This is mainly removal of extraneous blank lines, reformatting indents to tab characters and other minor non-functional changes to improve compliance with Code Formatting Conventions.
Diffstat (limited to 'engines/tony/window.h')
-rw-r--r--engines/tony/window.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/tony/window.h b/engines/tony/window.h
index 2e8769707f..3874652f64 100644
--- a/engines/tony/window.h
+++ b/engines/tony/window.h
@@ -46,7 +46,6 @@ public:
void grabScreenshot(byte *lpBuf, int dezoom = 1, uint16 *lpDestBuf = NULL);
};
-
class RMWindow {
private:
void plotSplices(const byte *lpBuf, const Common::Point &center, int x, int y);