From 0950d5188bcfe484c5644abe77602085d58c9d63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miran=20Gr=C4=8Da?= Date: Thu, 27 Aug 2020 19:41:40 +0200 Subject: [PATCH] Update m_at_misc.c --- src/machine/m_at_misc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/machine/m_at_misc.c b/src/machine/m_at_misc.c index 5573f4adc..2ac1630e1 100644 --- a/src/machine/m_at_misc.c +++ b/src/machine/m_at_misc.c @@ -38,7 +38,6 @@ #include <86box/machine.h> #include <86box/sound.h> -#if defined(DEV_BRANCH) && defined(USE_VIRTUALPC) int machine_at_vpc2007_init(const machine_t *model) { @@ -74,4 +73,3 @@ machine_at_vpc2007_init(const machine_t *model) return ret; } -#endif