TONY: Remove various bits of unused code.

This commit is contained in:
Alyssa Milburn 2012-08-27 12:39:58 +02:00
parent 037920bf76
commit 7b4dd0a682
13 changed files with 35 additions and 175 deletions

View file

@ -101,12 +101,6 @@ void RMInput::poll() {
}
}
void RMInput::init() {
}
void RMInput::close() {
}
bool RMInput::mouseLeft() {
return _leftButton;
}