(cede_sect): Remove dead code.

This commit is contained in:
Markus Armbruster 2006-04-29 15:28:30 +00:00
parent 3e42c03405
commit 4cf7389ecd

View file

@ -121,17 +121,11 @@ cede_sect(struct nstr_sect *ns, natid to)
struct sctstr sect, osect;
int nsect;
int n, bad;
s_char dirstr[20];
int off_x, off_y;
struct nstr_item ni;
struct shpstr ship;
prdate();
for (n = 1; n <= 6; n++)
dirstr[n] = dirch[n];
dirstr[0] = '.';
dirstr[7] = '$';
dirstr[8] = '\0';
nsect = 0;
while (nxtsct(ns, &sect)) {
if (!player->owner)