input_common: Cleanup project

This commit is contained in:
german77 2022-12-18 13:24:02 -06:00
parent 7479b381fa
commit f7790b5e3b
2 changed files with 81 additions and 204 deletions

View file

@ -200,12 +200,6 @@ bool MappingFactory::IsDriverValid(const MappingData& data) const {
return false;
}
// The following drivers don't need to be mapped
if (data.engine == "tas") {
return false;
}
if (data.engine == "touch") {
return false;
}
if (data.engine == "touch_from_button") {
return false;
}