Salome HOME
Issue #18398(Tuleap): Restore visual properties change functionality
[modules/shaper.git] / src / XGUI / XGUI_FacesPanel.cpp
index cfe66add5bcca68b12ef8d7aeb66ce7233385ca1..f79eb6dbafb25c03de80c90fc8dbd9a68df0a804 100644 (file)
@@ -319,7 +319,8 @@ void XGUI_FacesPanel::processSelection()
     if (aResGroup.get()) {
       FeaturePtr aFeature = ModelAPI_Feature::feature(aResGroup);
       if (aFeature.get()) {
-        AttributeSelectionListPtr aSelectionListAttr = aFeature->data()->selectionList("group_list");
+        AttributeSelectionListPtr aSelectionListAttr =
+          aFeature->data()->selectionList("group_list");
         std::string aType = aSelectionListAttr->selectionType();
         if (aType != "Faces")
           continue;
@@ -528,13 +529,6 @@ void XGUI_FacesPanel::closeEvent(QCloseEvent* theEvent)
   emit closed();
 }
 
-//********************************************************************
-bool XGUI_FacesPanel::customizeObject(const ObjectPtr& theObject,
-  const AISObjectPtr& thePresentation)
-{
-  return myItems.size() > 0;
-}
-
 //********************************************************************
 void XGUI_FacesPanel::onDeleteItem()
 {