Salome HOME
The default colors in preferences for sketch elements and features.
[modules/shaper.git] / src / PartSet / PartSet_PartDataModel.h
index c821b4b5024826c35b5ad94544dc3bd2f9dca8ed..9789f79d8e940a84b7754fe3351f3f0b7d7e179e 100644 (file)
@@ -164,9 +164,6 @@ Q_OBJECT
   //! Returns index corresponded to the group
   virtual QModelIndex findGroup(const std::string& theGroup) const;
 
-  //! Return a Part object
-  virtual ResultPartPtr part() const;
-
   //! Set an Index which will be considered as a last history index
   //! \param theIndex a last index for history
   void setLastHistoryItem(const QModelIndex& theIndex);
@@ -198,8 +195,6 @@ Q_OBJECT
     GroupObject,
     HistoryObject
   };
-
-  int myHistoryBackOffset;
 };
 
 #endif