Salome HOME
Image positioning by two points.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_DataObject.h
index 80451830be0cf474167b0709647e15093a992020..c48daaa04fd8ec0647b98aa8806d65c9276d828f 100644 (file)
@@ -101,11 +101,6 @@ public:
   static QString dataObjectEntry( const Handle(HYDROData_Entity)& theObject,
                                   const bool theWithPrefix = true );
 
-  /**
-   * Returns true if it is a zone which needs merge of bathymetries.
-   */
-  virtual bool isMergingNeed() const { return false; }
-
 protected:
   Handle(HYDROData_Entity) myData; ///< object from data model
   QString myParentEntry;