Salome HOME
Sketch shape in plane selection filter should not be activated while PartSet_WidgetSh...
[modules/shaper.git] / src / PartSet / PartSet_SketcherMgr.cpp
index 657d140755222f37198db290330151bc396f7a8f..f385a47dff87f958fd387d6778c3685162cc2324 100755 (executable)
@@ -1164,14 +1164,6 @@ void PartSet_SketcherMgr::selectionFilters(SelectMgr_ListOfFilter& theSelectionF
   theSelectionFilters.Append(myPlaneFilter);
 }
 
-void PartSet_SketcherMgr::activatePlaneFilter(const bool& toActivate)
-{
-  if (toActivate)
-    myModule->workshop()->viewer()->addSelectionFilter(myPlaneFilter);
-  else
-    myModule->workshop()->viewer()->removeSelectionFilter(myPlaneFilter);
-}
-
 bool PartSet_SketcherMgr::operationActivatedByPreselection()
 {
   bool isOperationStopped = false;