From 76d38b2665ad8f0e94dd6c37e0ad8718836032d9 Mon Sep 17 00:00:00 2001 From: OBattler Date: Fri, 18 Dec 2020 18:28:08 +0100 Subject: [PATCH] Fixed chipset.h. --- src/include/86box/chipset.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/include/86box/chipset.h b/src/include/86box/chipset.h index bdc9497e3..3e27c3a8b 100644 --- a/src/include/86box/chipset.h +++ b/src/include/86box/chipset.h @@ -95,9 +95,7 @@ extern const device_t sis_85c461_device; extern const device_t sis_85c471_device; extern const device_t sis_85c496_device; extern const device_t sis_85c496_ls486e_device; -#if defined(DEV_BRANCH) && defined(USE_SIS_85C50X) extern const device_t sis_85c50x_device; -#endif /* ST */ #if defined(DEV_BRANCH) && defined(USE_STPC)