Minor cleanup.
This commit is contained in:
parent
f695ae5522
commit
2e2264cb74
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue