| 450 | } |
| 451 | |
| 452 | void afxSelectron::onRemove() |
| 453 | { |
| 454 | getContainer()->removeObject(this); |
| 455 | Parent::onRemove(); |
| 456 | } |
| 457 | |
| 458 | //~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~~// |
| 459 |
nothing calls this directly
no test coverage detected