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("%5d", sect.sct_fertil);
|
||||||
pr("%4d", sect.sct_oil);
|
pr("%4d", sect.sct_oil);
|
||||||
pr("%5d", sect.sct_uran);
|
pr("%5d", sect.sct_uran);
|
||||||
/* pr("%5d", sect.sct_elev);*/
|
|
||||||
if (!player->god && sect.sct_terr)
|
if (!player->god && sect.sct_terr)
|
||||||
pr("%4d", sect.sct_terr);
|
pr("%4d", sect.sct_terr);
|
||||||
pr("\n");
|
pr("\n");
|
||||||
|
|
|
@ -58,11 +58,6 @@ static void shp_mess(char *, struct ulist *);
|
||||||
|
|
||||||
void
|
void
|
||||||
shp_sel(struct nstr_item *ni, struct emp_qelem *list)
|
shp_sel(struct nstr_item *ni, struct emp_qelem *list)
|
||||||
|
|
||||||
|
|
||||||
/* int wantflags;
|
|
||||||
int nowantflags;
|
|
||||||
*/
|
|
||||||
{
|
{
|
||||||
struct shpstr ship;
|
struct shpstr ship;
|
||||||
struct mchrstr *mcp;
|
struct mchrstr *mcp;
|
||||||
|
@ -73,11 +68,6 @@ shp_sel(struct nstr_item *ni, struct emp_qelem *list)
|
||||||
if (!player->owner)
|
if (!player->owner)
|
||||||
continue;
|
continue;
|
||||||
mcp = &mchr[(int)ship.shp_type];
|
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 (opt_MARKET) {
|
||||||
if (ontradingblock(EF_SHIP, &ship)) {
|
if (ontradingblock(EF_SHIP, &ship)) {
|
||||||
pr("ship #%d inelligible - it's for sale.\n",
|
pr("ship #%d inelligible - it's for sale.\n",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue