From 5c2d4775b1b35d525d7bfcdb2391b290e102f442 Mon Sep 17 00:00:00 2001 From: Cacodemon345 Date: Sun, 10 Jul 2022 14:12:32 +0600 Subject: [PATCH] Remove accidentally commit line --- src/include/86box/machine.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/include/86box/machine.h b/src/include/86box/machine.h index 3050fc2b6..fae7fb587 100644 --- a/src/include/86box/machine.h +++ b/src/include/86box/machine.h @@ -779,7 +779,6 @@ extern int machine_ps2_model_55sx_init(const machine_t *); extern int machine_ps2_model_70_type3_init(const machine_t *); extern int machine_ps2_model_80_init(const machine_t *); extern int machine_ps2_model_80_axx_init(const machine_t *); -extern int machine_ps2_model_80_axx_cust_init(const machine_t *); /* m_tandy.c */ extern int tandy1k_eeprom_read(void);