aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/input.h
diff options
context:
space:
mode:
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();