Salome HOME
Task 2.7: Completion for Int spin box
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetDoubleValue.h
index 28d7b4e2e76f1aaf6eb8ab65887e7338195035ce..4cdae391d5224ab061675144d4bc8a2801177497 100644 (file)
@@ -80,15 +80,6 @@ protected:
   /// \return true if the widget current value is reset
   virtual bool resetCustom();
 
-private:
-  FeaturePtr createParameter(const QString& theText) const;
-
-  void editParameter(const QString& theText);
-
-  bool isNameExist(const QString& theName) const;
-
-  FeaturePtr findParameter(const QString& theName) const;
-
 protected:
   /// Label of the widget
   QLabel* myLabel;