Remove dead code

This commit is contained in:
Jon Evans 2020-02-21 08:07:15 -05:00
parent 6d44a93eaf
commit fcdf2bac0b
1 changed files with 0 additions and 14 deletions

View File

@ -647,20 +647,6 @@ void DIALOG_ABOUT::buildVersionInfoData( wxString& aMsg, bool aFormatHtml )
#endif
}
#if 0
void DIALOG_ABOUT::onShowVersionInfo( wxCommandEvent& event )
{
wxString msg_version;
buildVersionInfoData( msg_version, true );
HTML_MESSAGE_BOX dlg( this, _( "Version Info" ));
dlg.SetDialogSizeInDU( 400, 350 );
dlg.AddHTML_Text( msg_version );
dlg.ShowModal();
}
#endif
void DIALOG_ABOUT::onCopyVersionInfo( wxCommandEvent& event )
{