Remove extraneous assert
Fixes: lp:1764619 * https://bugs.launchpad.net/kicad/+bug/1764619
This commit is contained in:
parent
854cb70052
commit
6d855cbccb
|
@ -399,7 +399,6 @@ void DRAWSEGMENT::Draw( EDA_DRAW_PANEL* panel, wxDC* DC, GR_DRAWMODE draw_mode,
|
|||
void DRAWSEGMENT::GetMsgPanelInfo( std::vector< MSG_PANEL_ITEM >& aList )
|
||||
{
|
||||
wxString msg;
|
||||
wxASSERT( m_Parent );
|
||||
|
||||
msg = _( "Drawing" );
|
||||
|
||||
|
|
Loading…
Reference in New Issue