Removed an unused variable.

This commit is contained in:
Steven Fuller 2008-05-18 22:05:49 -07:00 committed by Patryk Obara
parent a176617318
commit d655ca3f04
3 changed files with 0 additions and 44 deletions

View file

@ -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!!!
/**********************/

View file

@ -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);

View file

@ -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