diff --git a/src/lib/commands/reso.c b/src/lib/commands/reso.c index 97bcd4fb..70caee4d 100644 --- a/src/lib/commands/reso.c +++ b/src/lib/commands/reso.c @@ -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"); diff --git a/src/lib/subs/shpsub.c b/src/lib/subs/shpsub.c index 7ceebb7a..155ceba9 100644 --- a/src/lib/subs/shpsub.c +++ b/src/lib/subs/shpsub.c @@ -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",