| 2631 | } |
| 2632 | |
| 2633 | void AppFrame::OnUnSplit(wxSplitterEvent& event) |
| 2634 | { |
| 2635 | event.Veto(); |
| 2636 | } |
| 2637 | |
| 2638 | void AppFrame::OnAboutDialogClose(wxCommandEvent& /* event */) { |
| 2639 | aboutDlg->Destroy(); |
nothing calls this directly
no outgoing calls
no test coverage detected