From 6110a60f1406549dd60e82037f1b7ba3c5300f6e Mon Sep 17 00:00:00 2001 From: OBattler Date: Wed, 13 Nov 2024 13:05:38 +0100 Subject: [PATCH] Reverted the excess changes to 86box.c. --- src/86box.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/86box.c b/src/86box.c index 64c1e03c3..5e1f58413 100644 --- a/src/86box.c +++ b/src/86box.c @@ -452,8 +452,6 @@ delete_nvr_file(uint8_t flash) fn = NULL; } -extern void device_find_all_descs(void); - /* * Perform initial startup of the PC. * @@ -638,7 +636,6 @@ usage: dump_missing = 1; } else if (!strcasecmp(argv[c], "--donothing") || !strcasecmp(argv[c], "-Y")) { do_nothing = 1; - device_find_all_descs(); } else if (!strcasecmp(argv[c], "--keycodes") || !strcasecmp(argv[c], "-K")) { if ((c + 1) == argc) goto usage;