]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PartSet/PartSet_OverconstraintListener.h
Salome HOME
Issue #2027 Modification of data strtucture outside of transaction when create circle...
[modules/shaper.git] / src / PartSet / PartSet_OverconstraintListener.h
index 4051c0c9558c175f5f4e7abbc6bf8a257c62fbc7..9ce9a4e4cce7d9c9b85bba51cf1d23df497ba0af 100755 (executable)
@@ -44,10 +44,6 @@ public:
   /// \return boolean result
   void getCustomColor(const ObjectPtr& theObject, std::vector<int>& theColor);
 
-  /// Returns true if custom color of presentations is changed and it should be redisplayed
-  /// \return boolean value
-  bool isNeedUpdateCustomColor() const { return true;/*myIsNeedUpdateCustomColor;*/ }
-
   /// Redefinition of Events_Listener method
   virtual void processEvent(const std::shared_ptr<Events_Message>& theMessage);
 
@@ -81,7 +77,6 @@ private:
   std::set<ObjectPtr> myConflictingObjects;
   ModuleBase_IWorkshop* myWorkshop;
   bool myIsFullyConstrained; /// state if Solver is fully constrained, DOF = 0
-  bool myIsNeedUpdateCustomColor;
 };
 
 #endif