ANDROID: Remove old and broken keymapper code

This isn't needed after commit 665e472.
This commit is contained in:
Cameron Cawley 2020-01-20 13:54:41 +00:00
parent 274b166295
commit 24b9e9f390
3 changed files with 0 additions and 32 deletions

View file

@ -80,8 +80,6 @@ private:
Common::String getSystemProperty(const char *name) const;
void setupKeymapper();
protected:
virtual Common::EventSource *getDefaultEventSource() { return this; }