| 47 | virtual void OnSoapyModuleChanged( wxCommandEvent& event ) { event.Skip(); } |
| 48 | virtual void OnCancelButton( wxCommandEvent& event ) { event.Skip(); } |
| 49 | virtual void OnOkButton( wxCommandEvent& event ) { event.Skip(); } |
| 50 | |
| 51 | |
| 52 | public: |
nothing calls this directly
no outgoing calls
no test coverage detected