ARGSUSED*/
| 5952 | #if 0 |
| 5953 | /*ARGSUSED*/ |
| 5954 | staticfn void |
| 5955 | sel_set_wallify(coordxy x, coordxy y, genericptr_t arg UNUSED) |
| 5956 | { |
| 5957 | wallify_map(x, y, x, y); |
| 5958 | } |
| 5959 | #endif |
| 5960 | |
| 5961 | /* TODO: wallify(selection) */ |
nothing calls this directly
no test coverage detected