* Invalidating some stuff after removing item from the pool. * @param index index of deleted item */
| 214 | * @param index index of deleted item |
| 215 | */ |
| 216 | void Industry::PostDestructor(size_t) |
| 217 | { |
| 218 | InvalidateWindowData(WC_INDUSTRY_DIRECTORY, 0, IDIWD_FORCE_REBUILD); |
| 219 | SetWindowDirty(WC_BUILD_INDUSTRY, 0); |
| 220 | } |
| 221 | |
| 222 | |
| 223 | /** |
nothing calls this directly
no test coverage detected