eeschema: Remove incorrect assert on Edit with Library Editor

This commit is contained in:
jean-pierre charras 2016-03-23 08:05:59 +01:00
parent db8c72cc9d
commit 8a753adc33
1 changed files with 0 additions and 2 deletions

View File

@ -179,8 +179,6 @@ LIB_EDIT_FRAME::LIB_EDIT_FRAME( KIWAY* aKiway, wxWindow* aParent ) :
SCH_BASE_FRAME( aKiway, aParent, FRAME_SCH_LIB_EDITOR, _( "Library Editor" ),
wxDefaultPosition, wxDefaultSize, KICAD_DEFAULT_DRAWFRAME_STYLE, LIB_EDIT_FRAME_NAME )
{
wxASSERT( aParent );
m_showAxis = true; // true to draw axis
SetShowDeMorgan( false );
m_drawSpecificConvert = true;