Salome HOME
LockMgr is removing, ModifiedInViewer widget value state is used instead of it.
[modules/shaper.git] / src / PartSet / PartSet_WidgetPoint2dDistance.h
index 857212aca8288da21fb1a91118b9972402401da7..47256180451265fc62da45790fe9551a464bc025 100644 (file)
@@ -12,7 +12,6 @@
 
 #include <ModelAPI_CompositeFeature.h>
 
-class PartSet_LockApplyMgr;
 class GeomAPI_Pnt2d;
 class ModuleBase_IWorkshop;
 class ModuleBase_IViewWindow;
@@ -96,9 +95,6 @@ protected:
   /// A reference to workshop
   ModuleBase_IWorkshop* myWorkshop;
   
-  /// A manager to lock/unlock Apply button in PP
-  PartSet_LockApplyMgr* myLockApplyMgr;
-
   /// A name of the first point
   std::string myFirstPntName;