yuzu: Remove unused variables in Qt code
Removes two unused variables in out Qt code. In this case the removal of these two results in less allocations, given std::map allocates on the heap.
This commit is contained in:
parent
87eea4e068
commit
d524f04fc6
2 changed files with 2 additions and 21 deletions
|
@ -112,7 +112,6 @@ ConfigureMotionTouch::~ConfigureMotionTouch() = default;
|
|||
void ConfigureMotionTouch::SetConfiguration() {
|
||||
const Common::ParamPackage motion_param(Settings::values.motion_device);
|
||||
const Common::ParamPackage touch_param(Settings::values.touch_device);
|
||||
const std::string motion_engine = motion_param.Get("engine", "motion_emu");
|
||||
const std::string touch_engine = touch_param.Get("engine", "emu_window");
|
||||
|
||||
ui->touch_provider->setCurrentIndex(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue