| 264 | } |
| 265 | |
| 266 | void ModemProperties::OnExpand(wxPropertyGridEvent &/* event */) { |
| 267 | collapsed = false; |
| 268 | } |
| 269 | |
| 270 | void ModemProperties::OnMouseEnter(wxMouseEvent & /* event */) { |
| 271 | mouseInView = true; |
nothing calls this directly
no outgoing calls
no test coverage detected