mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 20:35:32 -07:00
qt: fix multiple compiler warnings
This commit is contained in:
@@ -64,7 +64,6 @@ void SettingsStorageControllers::save() {
|
||||
|
||||
void SettingsStorageControllers::onCurrentMachineChanged(int machineId) {
|
||||
this->machineId = machineId;
|
||||
auto* machine = &machines[machineId];
|
||||
|
||||
/*HD controller config*/
|
||||
auto* model = ui->comboBoxHD->model();
|
||||
|
||||
Reference in New Issue
Block a user