| 1686 | // |
| 1687 | |
| 1688 | static void gen_erase( const act* action, int column) |
| 1689 | { |
| 1690 | upd* erase = (upd*) action->act_object; |
| 1691 | gen_send(action, erase->upd_port, column); |
| 1692 | } |
| 1693 | |
| 1694 | |
| 1695 | //____________________________________________________________ |
no test coverage detected