Browse Source

Minor cleanup.

7.0
Jeff Young 3 years ago
parent
commit
2e2264cb74
  1. 2
      common/widgets/paged_dialog.cpp

2
common/widgets/paged_dialog.cpp

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

Loading…
Cancel
Save