Salome HOME
SketchShapePlugin: checked group box/multi editor controls, which highlight the paren...
[modules/shaper.git] / src / SketchShapePlugin / SketchShapePlugin_Plugin.h
index 3c037c9658c99437013f2f0c22c06c858af11d16..69721d20fe385d65166253cc3cca220986980788 100755 (executable)
@@ -28,11 +28,6 @@ public:
   /// Creates the feature object of this plugin by the feature string ID
   virtual FeaturePtr createFeature(std::string theFeatureID);
 
-  /// Create widget by its type
-  /// \param theType a type
-  /// \param theParent a parent widget
-  //virtual ModuleBase_ModelWidget* createWidgetByType(const std::string& theType,
-  //                                                   QWidget* theParent = NULL);
  public:
    SketchShapePlugin_Plugin();
 };