diff options
Diffstat (limited to 'src/input_common/input_mapping.cpp')
| -rw-r--r-- | src/input_common/input_mapping.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/input_common/input_mapping.cpp b/src/input_common/input_mapping.cpp index 0fa4b1ddb..edd5287c1 100644 --- a/src/input_common/input_mapping.cpp +++ b/src/input_common/input_mapping.cpp | |||
| @@ -200,12 +200,6 @@ bool MappingFactory::IsDriverValid(const MappingData& data) const { | |||
| 200 | return false; | 200 | return false; |
| 201 | } | 201 | } |
| 202 | // The following drivers don't need to be mapped | 202 | // The following drivers don't need to be mapped |
| 203 | if (data.engine == "tas") { | ||
| 204 | return false; | ||
| 205 | } | ||
| 206 | if (data.engine == "touch") { | ||
| 207 | return false; | ||
| 208 | } | ||
| 209 | if (data.engine == "touch_from_button") { | 203 | if (data.engine == "touch_from_button") { |
| 210 | return false; | 204 | return false; |
| 211 | } | 205 | } |