diff options
| author | Steven Fuller <relnev@icculus.org> | 2008-05-18 22:05:49 -0700 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:37 +0200 |
| commit | d655ca3f04bf053bcae640096dfcc62bdcaa2170 (patch) | |
| tree | a48ea3f8cd89997adf87d5618bf44028a96c9f49 /src/win95/io.c | |
| parent | a1766173183170289aa3ae777f8e39c535cfaa7e (diff) | |
Removed an unused variable.
Diffstat (limited to 'src/win95/io.c')
| -rw-r--r-- | src/win95/io.c | 42 |
1 files changed, 0 insertions, 42 deletions
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 @@ -659,48 +659,6 @@ void FrameCounterHandler(void) /* - 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 Such a function may not be defined on some platforms |
