Get rid of a small view if it's a popup window Parameters: window - the window to get rid of
| 564 | // Get rid of a small view if it's a popup window |
| 565 | // Parameters: window - the window to get rid of |
| 566 | void ClosePopupView(int window) { |
| 567 | if (Small_views[window].flags & SVF_POPUP) |
| 568 | CloseSmallView(window); |
| 569 | } |
no test coverage detected