Remove assert.

This commit is contained in:
Jeff Young 2021-10-14 14:13:50 +01:00
parent 7e8f2cdb94
commit fb8ee1a9d3
1 changed files with 0 additions and 4 deletions

View File

@ -604,8 +604,6 @@ void RC_TREE_MODEL::SelectMarker( const MARKER_BASE* aMarker )
return;
}
}
wxFAIL_MSG( "Unable to select marker" );
}
@ -619,8 +617,6 @@ void RC_TREE_MODEL::CenterMarker( const MARKER_BASE* aMarker )
return;
}
}
wxFAIL_MSG( "Unable to center marker" );
}