mirror of
https://github.com/86Box/86Box.git
synced 2026-02-21 17:15:32 -07:00
Fixed a warning in the QT Settings Floppy and CD-ROM drives page code.
This commit is contained in:
@@ -307,7 +307,6 @@ SettingsFloppyCDROM::onFloppyRowChanged(const QModelIndex ¤t)
|
||||
|
||||
#ifndef DISABLE_FDD_AUDIO
|
||||
// Rebuild audio profile combo box based on drive type
|
||||
int row = current.row();
|
||||
ui->comboBoxFloppyAudio->clear();
|
||||
|
||||
if (type == 0) {
|
||||
|
||||
Reference in New Issue
Block a user