Removed dead code.

This commit is contained in:
jbo_85
2006-02-15 02:44:29 +00:00
parent 5abd6ebb32
commit abcc48b673
3 changed files with 1 additions and 10 deletions

View File

@@ -735,12 +735,6 @@ void LinuxExit(void)
exit(0);
}
void endgame()
{
LinuxExit();
}
void Start60HZ(void)
{
update_ticks_pc2 = UPDATE_TICKS_UDP;

View File

@@ -35,8 +35,6 @@ extern SDL_Surface *surface;
extern int SurfaceX, SurfaceY;
extern int SurfaceLocking;
extern void LinuxExit();
extern unsigned int vidbuffer;
extern DWORD converta;
extern unsigned char curblank;