caught_sighup has no real purpose, get rid of it

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@36 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-01-02 06:15:30 +00:00
parent 11282a35d6
commit d829ac26e2
3 changed files with 0 additions and 4 deletions

View File

@ -72,7 +72,6 @@ extern struct winsize win;
/* global variables */
int caught_sighup = 0;
int pid_game = 0;
int loggedin = 0;
char rcfilename[80];
@ -135,7 +134,6 @@ gen_inprogress_lock ()
void
catch_sighup (int signum)
{
caught_sighup = 1;
if (pid_game)
{
sleep (10);

View File

@ -52,7 +52,6 @@ extern int loggedin;
int ttyplay_main (char *ttyfile, int mode, int rstripgfx);
extern int caught_sighup;
off_t seek_offset_clrscr;
int bstripgfx;
char *ttyfile_local;

View File

@ -74,7 +74,6 @@
#define CDEL _POSIX_VDISABLE
extern char ttyrec_filename[100];
extern int caught_sighup;
extern int pid_game;
void done (void);