Salome HOME
Simplification of the code
[modules/shaper.git] / src / PartSet / PartSet_WidgetPoint2dDistance.h
index 47256180451265fc62da45790fe9551a464bc025..7b350d33edd8623e5e9a265bb1c89fe4d5c1010e 100644 (file)
@@ -87,10 +87,6 @@ protected:
   virtual double computeValue(const std::shared_ptr<GeomAPI_Pnt2d>& theFirstPnt,
                               const std::shared_ptr<GeomAPI_Pnt2d>& theCurrentPnt);
 
-private slots:
-  /// Process values changed event
-  void onValuesChanged();
-
 protected:
   /// A reference to workshop
   ModuleBase_IWorkshop* myWorkshop;