Clean up and simplify snxtitem_dist() and snxtsct_dist()

No functional change.
This commit is contained in:
Markus Armbruster 2008-08-17 07:51:23 -04:00
parent d17f33d138
commit bf9389a7a9
2 changed files with 1 additions and 14 deletions

View file

@ -152,11 +152,6 @@ snxtsct_dist(struct nstr_sect *np, coord cx, coord cy, int dist)
np->y = np->range.ly;
np->dx = -1;
np->dy = 0;
#if 0
/* This function is now done elsewhere. */
/* It was not doing the right thing when the world was small */
xysize_range(&np->range);
#endif
}
void