From d655ca3f04bf053bcae640096dfcc62bdcaa2170 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sun, 18 May 2008 22:05:49 -0700 Subject: Removed an unused variable. --- src/win95/io.c | 42 ------------------------------------------ 1 file changed, 42 deletions(-) (limited to 'src/win95') diff --git a/src/win95/io.c b/src/win95/io.c index 44986d2..ea1789b 100644 --- a/src/win95/io.c +++ b/src/win95/io.c @@ -657,48 +657,6 @@ void FrameCounterHandler(void) RouteFinder_CallsThisFrame=0; } -/* - - This jump table has been provided - solely to ensure compatibility with - DOS and other versions. - -*/ - -void (*UpdateScreen[]) (void) = { - - FlipBuffers, - FlipBuffers, - FlipBuffers, - FlipBuffers, - - FlipBuffers, - FlipBuffers, - FlipBuffers, - FlipBuffers, - - FlipBuffers, - FlipBuffers, - FlipBuffers, - FlipBuffers, - - FlipBuffers, - FlipBuffers, - FlipBuffers, - FlipBuffers, - - FlipBuffers, - FlipBuffers, - FlipBuffers, - FlipBuffers, - - FlipBuffers, - FlipBuffers, - FlipBuffers, - FlipBuffers - -}; - /* Wait for Return Key -- cgit v1.3