| 65 | } |
| 66 | |
| 67 | void BaseMenuStyle::RemoveClientFromWatch(int client) |
| 68 | { |
| 69 | #if defined MENU_DEBUG |
| 70 | logger->LogMessage("[SM_MENU] RemoveClientFromWatch(%d)", client); |
| 71 | #endif |
| 72 | m_WatchList.remove(client); |
| 73 | } |
| 74 | |
| 75 | void BaseMenuStyle::_CancelClientMenu(int client, MenuCancelReason reason, bool bAutoIgnore/* =false */) |
| 76 | { |
nothing calls this directly
no test coverage detected