Remove some useless commented out code
Wasn't used in any released version.
This commit is contained in:
parent
2d953804ba
commit
1c9bd0cdd2
2 changed files with 0 additions and 11 deletions
|
@ -68,7 +68,6 @@ reso(void)
|
|||
pr("%5d", sect.sct_fertil);
|
||||
pr("%4d", sect.sct_oil);
|
||||
pr("%5d", sect.sct_uran);
|
||||
/* pr("%5d", sect.sct_elev);*/
|
||||
if (!player->god && sect.sct_terr)
|
||||
pr("%4d", sect.sct_terr);
|
||||
pr("\n");
|
||||
|
|
|
@ -58,11 +58,6 @@ static void shp_mess(char *, struct ulist *);
|
|||
|
||||
void
|
||||
shp_sel(struct nstr_item *ni, struct emp_qelem *list)
|
||||
|
||||
|
||||
/* int wantflags;
|
||||
int nowantflags;
|
||||
*/
|
||||
{
|
||||
struct shpstr ship;
|
||||
struct mchrstr *mcp;
|
||||
|
@ -73,11 +68,6 @@ shp_sel(struct nstr_item *ni, struct emp_qelem *list)
|
|||
if (!player->owner)
|
||||
continue;
|
||||
mcp = &mchr[(int)ship.shp_type];
|
||||
/* if (wantflags && (mcp->m_flags & wantflags) != wantflags)
|
||||
continue;
|
||||
if (nowantflags && mcp->m_flags & nowantflags)
|
||||
continue;
|
||||
*/
|
||||
if (opt_MARKET) {
|
||||
if (ontradingblock(EF_SHIP, &ship)) {
|
||||
pr("ship #%d inelligible - it's for sale.\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue