FDD Audio: #ifdef out the unused variable.

This commit is contained in:
OBattler
2025-12-21 22:23:45 +01:00
parent 758e4883f8
commit eca6011a3e

View File

@@ -517,10 +517,12 @@ load_profile_samples(int profile_id)
}
}
#ifdef BIOS_NAMES
/* Load BIOS vendor-specific POST mode seek samples if configured */
static const char *bios_names[] = {
"UNKNOWN", "AMI", "AWARD", "PHOENIX", "IBM", "COMPAQ", "OTHER"
};
#endif
for (int vendor = 1; vendor < BIOS_VENDOR_COUNT; vendor++) {
if (config->bios_post_seek_up[vendor][idx].filename[0]) {