| 27 | |
| 28 | |
| 29 | cDropSpenserEntity::~cDropSpenserEntity() |
| 30 | { |
| 31 | // Tell window its owner is destroyed |
| 32 | cWindow * Window = GetWindow(); |
| 33 | if (Window != NULL) |
| 34 | { |
| 35 | Window->OwnerDestroyed(); |
| 36 | } |
| 37 | } |
| 38 | |
| 39 | |
| 40 |
nothing calls this directly
no test coverage detected