Fixed a warning in the QT Settings Floppy and CD-ROM drives page code.

This commit is contained in:
OBattler
2025-11-29 22:45:51 +01:00
parent a9a86e0580
commit 13803724a1

View File

@@ -307,7 +307,6 @@ SettingsFloppyCDROM::onFloppyRowChanged(const QModelIndex &current)
#ifndef DISABLE_FDD_AUDIO
// Rebuild audio profile combo box based on drive type
int row = current.row();
ui->comboBoxFloppyAudio->clear();
if (type == 0) {