mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
FDD Audio: #ifdef out the unused variable.
This commit is contained in:
@@ -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]) {
|
||||
|
||||
Reference in New Issue
Block a user