From 13803724a16fa37d4ed313ef6c4f83e0711934d9 Mon Sep 17 00:00:00 2001 From: OBattler Date: Sat, 29 Nov 2025 22:45:51 +0100 Subject: [PATCH] Fixed a warning in the QT Settings Floppy and CD-ROM drives page code. --- src/qt/qt_settingsfloppycdrom.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qt/qt_settingsfloppycdrom.cpp b/src/qt/qt_settingsfloppycdrom.cpp index 4cee656ab..8fcad3f21 100644 --- a/src/qt/qt_settingsfloppycdrom.cpp +++ b/src/qt/qt_settingsfloppycdrom.cpp @@ -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) {