Minor cleanup.

This commit is contained in:
Jeff Young 2022-08-08 22:20:41 +01:00
parent f695ae5522
commit 2e2264cb74
1 changed files with 1 additions and 3 deletions

View File

@ -307,8 +307,6 @@ void PAGED_DIALOG::UpdateResetButton( int aPage )
{
wxWindow* panel = m_treebook->GetPage( aPage );
wxCHECK( panel, /* void */ );
// Enable the reset button only if the page is re-settable
if( m_resetButton )
{