diff --git a/eeschema/widgets/cmp_tree_pane.cpp b/eeschema/widgets/cmp_tree_pane.cpp index 6be59e0dcc..85394749c1 100644 --- a/eeschema/widgets/cmp_tree_pane.cpp +++ b/eeschema/widgets/cmp_tree_pane.cpp @@ -87,7 +87,6 @@ CMP_TREE_PANE::CMP_TREE_PANE( LIB_EDIT_FRAME* aParent, LIB_MANAGER* aLibMgr ) KiBitmap( copy_xpm ) ); AddMenuItem( menuPart.get(), ID_LIBEDIT_DUPLICATE_PART, _( "Duplicate Symbol" ), KiBitmap( duplicate_xpm ) ); - menuPart->AppendSeparator(); // Menu displayed when nothing is selected std::unique_ptr menuNoSelection = std::make_unique();