aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/window.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-05-20 11:37:33 +1000
committerPaul Gilbert2012-05-20 11:37:33 +1000
commit333c30b8c7f6781605f517f2a7150f78a77556fc (patch)
tree7c1d63e5f729b451a1eb0e2b9237967c45249480 /engines/tony/window.h
parent10b0451776249c4ffe27e319da4e8898a9ddb488 (diff)
downloadscummvm-rg350-333c30b8c7f6781605f517f2a7150f78a77556fc.tar.gz
scummvm-rg350-333c30b8c7f6781605f517f2a7150f78a77556fc.tar.bz2
scummvm-rg350-333c30b8c7f6781605f517f2a7150f78a77556fc.zip
TONY: Removed unused drive & folder defines and code
Diffstat (limited to 'engines/tony/window.h')
-rw-r--r--engines/tony/window.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/engines/tony/window.h b/engines/tony/window.h
index ea26df3920..9483f693ab 100644
--- a/engines/tony/window.h
+++ b/engines/tony/window.h
@@ -41,16 +41,8 @@ struct DDSURFACEDESC {
class RMSnapshot {
private:
- // Buffer used to create a path
- static char bufDrive[MAX_DRIVE], bufDir[MAX_DIR], bufName[MAX_FNAME], bufExt[MAX_EXT];
- static char filename[512];
-
- // Buffer used to convert a RGB
+ // Buffer used to convert to RGB
static byte rgb[RM_SX * RM_SY * 3];
-
-private:
- bool GetFreeSnapName(char *fn);
-
public:
// Take a screenshot
void GrabScreenshot(byte *lpBuf, int dezoom = 1, uint16 *lpDestBuf = NULL);