Remove unnecessary assert
GetModifyHash can be called before a row is loaded
This commit is contained in:
parent
0df5cf7f75
commit
31fab831ad
|
@ -315,7 +315,6 @@ int SYMBOL_LIB_TABLE::GetModifyHash()
|
|||
|
||||
if( !row || !row->plugin )
|
||||
{
|
||||
wxFAIL;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue