diff options
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/Android/Android.cpp')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/Android/Android.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/Android/Android.cpp b/Source/Core/InputCommon/ControllerInterface/Android/Android.cpp index e36e314294..a5e995f6cc 100644 --- a/Source/Core/InputCommon/ControllerInterface/Android/Android.cpp +++ b/Source/Core/InputCommon/ControllerInterface/Android/Android.cpp @@ -27,10 +27,6 @@ std::string Touchscreen::GetSource() const return "Android"; } -int Touchscreen::GetId() const -{ - return _padID; -} Touchscreen::Touchscreen(int padID) : _padID(padID) { // GC |
