| 34 | } |
| 35 | |
| 36 | void SDRDevicesDialog::OnClose( wxCloseEvent& /* event */) { |
| 37 | wxGetApp().setDeviceSelectorClosed(); |
| 38 | Destroy(); |
| 39 | } |
| 40 | |
| 41 | void SDRDevicesDialog::OnDeleteItem( wxTreeEvent& event ) { |
| 42 | event.Skip(); |
nothing calls this directly
no test coverage detected