From b58150b91b5668b6fe96e920edf985e376d82192 Mon Sep 17 00:00:00 2001 From: tiseno100 <58827426+tiseno100@users.noreply.github.com> Date: Thu, 26 Mar 2020 18:30:45 +0200 Subject: [PATCH] Removed the P6BXT from machine.h --- src/machine/machine.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/machine/machine.h b/src/machine/machine.h index 53ca637b3..792882aa8 100644 --- a/src/machine/machine.h +++ b/src/machine/machine.h @@ -310,7 +310,6 @@ extern const device_t *at_pb640_get_device(void); #if defined(DEV_BRANCH) && defined(USE_I686) extern int machine_at_i440fx_init(const machine_t *); extern int machine_at_s1668_init(const machine_t *); -extern int machine_at_p6bxt_init(const machine_t *); /*BIOS doesn't work correctly with VIA C3*/ #endif extern int machine_at_6abx3_init(const machine_t *);