]> git.pond.sub.org Git - empserver/commitdiff
(getpath): Remove unused local variables.
authorRon Koenderink <rkoenderink@yahoo.ca>
Fri, 9 Jun 2006 00:24:06 +0000 (00:24 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Fri, 9 Jun 2006 00:24:06 +0000 (00:24 +0000)
src/lib/subs/paths.c

index 1f871f84eee40fb7d2557a09cf87dbbab79fa40b..e94cadc8157e05ebed9639495a8972743234deed 100644 (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);