From e8d9b51680481ceeccc5d0d62659fd702d15cdab Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Tue, 19 Oct 2021 12:40:08 -0300 Subject: [PATCH] Remove SiS 5598 from include as well --- src/include/86box/chipset.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/include/86box/chipset.h b/src/include/86box/chipset.h index 0c0e36299..52c841cd0 100644 --- a/src/include/86box/chipset.h +++ b/src/include/86box/chipset.h @@ -117,7 +117,6 @@ extern const device_t sis_85c496_ls486e_device; extern const device_t sis_85c50x_device; extern const device_t sis_5511_device; extern const device_t sis_5571_device; -extern const device_t sis_5598_device; /* ST */ extern const device_t stpc_client_device;