]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/show.c
(show, show_item): No new `show' features without matching machine
[empserver] / src / lib / subs / show.c
index 133b606c78e82b4d5d9edbc7719fc2141db9b2ca..c1f7ac200417392c149dd43c6d376e1802375f9d 100644 (file)
@@ -262,23 +262,6 @@ show_tower(int tlev)
        1 + (buil_tower_bh * 40 / 100), buil_tower_bc);
 }
 
-void
-show_item(int tlev)
-{
-    register struct ichrstr *ip;
-    register int n;
-
-    pr("item   value sell lbs   packing   item\n");
-    pr("mnemo                 rg wh ur bk name\n");
-
-    for (n = 1; n <= itm_maxno; n++) {
-       ip = &ichr[n];
-       pr("     %c %5d %4s %3d %2d %2d %2d %2d %s\n",
-          ip->i_mnem, ip->i_value, (ip->i_sell == 1) ? "yes" : "no",
-          ip->i_lbs, ip->i_pkg[NPKG], ip->i_pkg[WPKG], ip->i_pkg[UPKG],
-          ip->i_pkg[BPKG], ip->i_name);
-    }
-}
 void
 show_nuke_stats(int tlev)
 {