Remove extraneous assert

Fixes: lp:1764619
* https://bugs.launchpad.net/kicad/+bug/1764619
This commit is contained in:
Seth Hillbrand 2018-04-17 10:47:01 -07:00
parent 854cb70052
commit 6d855cbccb
1 changed files with 0 additions and 1 deletions

View File

@ -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" );