Remove some unused junk.
This commit is contained in:
parent
5df329c766
commit
262e1bafba
7 changed files with 1 additions and 14 deletions
|
@ -109,7 +109,6 @@ static int owned_and_navigable(s_char *, int, int, s_char *, int);
|
|||
s_char *dirchar = "juygbn";
|
||||
int dx[6] = { 2, 1, -1, -2, -1, 1 };
|
||||
int dy[6] = { 0, -1, -1, 0, 1, 1 };
|
||||
int tmp;
|
||||
|
||||
/*
|
||||
* Ok, note that here we malloc some buffers. BUT, we never
|
||||
|
|
|
@ -90,7 +90,6 @@ demand_update_time(time_t * now)
|
|||
static void
|
||||
regular_update_time(time_t * now, time_t * tim, time_t * delta)
|
||||
{
|
||||
s_char *p;
|
||||
time_t tw;
|
||||
int secs_per_update;
|
||||
|
||||
|
@ -105,7 +104,7 @@ static int
|
|||
scheduled_update_time(time_t * now, int *which)
|
||||
{
|
||||
struct tm *tm;
|
||||
s_char *p, *p1;
|
||||
s_char *p;
|
||||
int curtime;
|
||||
int hour;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue