Salome HOME
fix clear data when new study from button new: do not delete document when switching...
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_DataModel.h
index e1a4a7cadb5016b1e8e8899417b64366ff7d6585..2b7d92176c7bd94a8f5b232b6fcd805d6d783f3f 100644 (file)
@@ -86,7 +86,6 @@ public:
    * Close the model and remove data. Reimplemented.
    */
   virtual bool close();
-  virtual bool isAboutToClose();
 
   /**
    * Dump study data to Python script. Reimplemented.
@@ -388,7 +387,6 @@ protected:
 protected:
   QString myStudyURL; ///< the saved/opened document URL
   QByteArray myStates;
-  bool myIsAboutToClose;
 };
 
 #endif