Salome HOME
SketchShapePlugin: checked group box/multi editor controls, which highlight the paren...
[modules/shaper.git] / src / SketchShapePlugin / SketchShapePlugin_Plugin.cpp
index 751e41b82d4cb9d17019b52b7ce765001f07947f..9121a4219320ced00187b5ceae880ed784f70169 100755 (executable)
@@ -52,12 +52,3 @@ FeaturePtr SketchShapePlugin_Plugin::createFeature(std::string theFeatureID)
   return FeaturePtr();
 }
 
-/*ModuleBase_ModelWidget* SketchShapePlugin_Plugin::createWidgetByType(const std::string& theType,
-                                                                     QWidget* theParent)
-{
-  ModuleBase_ModelWidget* aWidget = 0;
-  if (theType == "sketchshape_groupbox")
-    aWidget = new SketchShapePlugin_PageGroupBox(theParent);
-  return aWidget;
-}*/
-