aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/input.h
diff options
context:
space:
mode:
authorAlyssa Milburn2012-08-27 12:39:58 +0200
committerAlyssa Milburn2012-08-27 12:50:33 +0200
commit7b4dd0a682bf79cc86024d77d16411a6e2681f47 (patch)
tree4d48f6b882eb29795c13b705c4f5b15000b46cf0 /engines/tony/input.h
parent037920bf76bbf9320b5a96d8f98720e253a0956e (diff)
downloadscummvm-rg350-7b4dd0a682bf79cc86024d77d16411a6e2681f47.tar.gz
scummvm-rg350-7b4dd0a682bf79cc86024d77d16411a6e2681f47.tar.bz2
scummvm-rg350-7b4dd0a682bf79cc86024d77d16411a6e2681f47.zip
TONY: Remove various bits of unused code.
Diffstat (limited to 'engines/tony/input.h')
-rw-r--r--engines/tony/input.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/engines/tony/input.h b/engines/tony/input.h
index d9b6dc7e89..55b067ec43 100644
--- a/engines/tony/input.h
+++ b/engines/tony/input.h
@@ -46,27 +46,12 @@ private:
// Keyboard related fields
bool _keyDown[350];
-private:
- /**
- * Deinitialize DirectInput
- */
- void DIClose();
public:
RMInput();
~RMInput();
/**
- * Class initialization
- */
- void init(/*uint32 hInst*/);
-
- /**
- * Closes the class
- */
- void close();
-
- /**
* Polling (must be performed once per frame)
*/
void poll();