| 39 | } |
| 40 | |
| 41 | void SDRDevicesDialog::OnDeleteItem( wxTreeEvent& event ) { |
| 42 | event.Skip(); |
| 43 | } |
| 44 | |
| 45 | wxPGProperty *SDRDevicesDialog::addArgInfoProperty(wxPropertyGrid *pg, SoapySDR::ArgInfo arg) { |
| 46 |
nothing calls this directly
no outgoing calls
no test coverage detected