From 2f759b2fe7bfc0f8d596b28b2276a06201cb3b25 Mon Sep 17 00:00:00 2001 From: vsv Date: Wed, 18 Jan 2017 18:51:44 +0300 Subject: [PATCH] Remove reference on Null action --- src/PartSet/PartSet_Module.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/PartSet/PartSet_Module.cpp b/src/PartSet/PartSet_Module.cpp index 51bcec762..c08cce43c 100755 --- a/src/PartSet/PartSet_Module.cpp +++ b/src/PartSet/PartSet_Module.cpp @@ -1195,10 +1195,6 @@ void PartSet_Module::addObjectBrowserMenu(QMenu* theMenu) const } } } - - ResultBodyPtr aResult = std::dynamic_pointer_cast(aObject); - if( aResult.get() ) - theMenu->addAction(myMenuMgr->action("SELECT_PARENT_CMD")); } } bool aNotDeactivate = (aCurrentOp == 0); -- 2.39.2