(getpath): Remove unused local variables.

This commit is contained in:
Ron Koenderink 2006-06-09 00:24:06 +00:00
parent 961273b6a2
commit ca246d0bf9

View file

@ -99,10 +99,9 @@ getpath(char *buf, char *arg, coord x, coord y, int onlyown,
char *bp;
char prompt[128];
coord dx, dy;
struct sctstr sect, dsect;
struct sctstr sect;
coord nx, ny;
int dir;
double mv_cost;
if (arg) {
strncpy(buf, arg, MAX_PATH_LEN - 1);