getobj callback for R command */
| 3455 | |
| 3456 | /* getobj callback for R command */ |
| 3457 | staticfn int |
| 3458 | remove_ok(struct obj *obj) |
| 3459 | { |
| 3460 | return equip_ok(obj, TRUE, TRUE); |
| 3461 | } |
| 3462 | |
| 3463 | /* getobj callback for W command */ |
| 3464 | staticfn int |
nothing calls this directly
no test coverage detected