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 | |
| parent | a1766173183170289aa3ae777f8e39c535cfaa7e (diff) | |
Removed an unused variable.
Diffstat (limited to 'src')
| -rw-r--r-- | src/avp/win95/pcmenus.cpp | 1 | ||||
| -rw-r--r-- | src/avp/win95/winmain.c | 1 | ||||
| -rw-r--r-- | src/win95/io.c | 42 |
3 files changed, 0 insertions, 44 deletions
diff --git a/src/avp/win95/pcmenus.cpp b/src/avp/win95/pcmenus.cpp index 9034ae5..f4a12d9 100644 --- a/src/avp/win95/pcmenus.cpp +++ b/src/avp/win95/pcmenus.cpp @@ -46,7 +46,6 @@ extern "C" extern void DrawInternationalizedString(MENU_TEXT_ITEM *itemPtr, int highlighted); extern void DrawMenuBackdrop(void); - extern void (*UpdateScreen[]) (void); extern int IDemandSelect(void); // not in any header file!!! /**********************/ diff --git a/src/avp/win95/winmain.c b/src/avp/win95/winmain.c index a743825..25edfbf 100644 --- a/src/avp/win95/winmain.c +++ b/src/avp/win95/winmain.c @@ -74,7 +74,6 @@ extern int PrintDebuggingText(const char* t, ...); */ extern int VideoMode; -extern void (*UpdateScreen[]) (void); extern DISPLAYBLOCK* ActiveBlockList[]; extern SCREENDESCRIPTORBLOCK ScreenDescriptorBlock; extern void (*SetVideoMode[]) (void); 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 |
