| 123 | // CSystemTray icon manipulation |
| 124 | |
| 125 | void CSystemTray::MoveToRight() { |
| 126 | HideIcon(); |
| 127 | ShowIcon(); |
| 128 | } |
| 129 | |
| 130 | void CSystemTray::RemoveIcon() { |
| 131 | if (!m_bEnabled) |
nothing calls this directly
no outgoing calls
no test coverage detected