From 54a536b3f1177b0bea0b2d2e17c3e55f868e8eb0 Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Wed, 17 Oct 2012 19:48:22 +0000 Subject: [PATCH] Fix compile error. --- src/mame/machine/atarigen.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/mame/machine/atarigen.c b/src/mame/machine/atarigen.c index 675fe1ddadc..93c724734a0 100644 --- a/src/mame/machine/atarigen.c +++ b/src/mame/machine/atarigen.c @@ -60,14 +60,6 @@ -/*************************************************************************** - STATIC FUNCTION DECLARATIONS -***************************************************************************/ - -static void atarivc_common_w(screen_device &screen, offs_t offset, UINT16 newword); - - - /*************************************************************************** INLINE FUNCTIONS ***************************************************************************/