| 30 | } |
| 31 | |
| 32 | void ModemProperties::OnShow(wxShowEvent & /* event */) { |
| 33 | } |
| 34 | |
| 35 | void ModemProperties::updateTheme() { |
| 36 | wxColour bgColor(ThemeMgr::mgr.currentTheme->generalBackground); |
nothing calls this directly
no outgoing calls
no test coverage detected