| 1507 | } |
| 1508 | |
| 1509 | void Close([[maybe_unused]] int data) override |
| 1510 | { |
| 1511 | this->BreakIndustryChainLink(); |
| 1512 | this->Window::Close(); |
| 1513 | } |
| 1514 | |
| 1515 | std::string GetWidgetString(WidgetID widget, StringID stringid) const override |
| 1516 | { |
nothing calls this directly
no test coverage detected