Salome HOME
Improve coverage for ModelAPI and Config packages
[modules/shaper.git] / src / Model / Model_Application.h
index b91f69a81f98d1c2ed73dcfab282c502c9bd207f..a4e3c5475ade669d260e58de146312ff30a88def 100644 (file)
@@ -77,9 +77,6 @@ public:
   void setLoadByDemand(std::string theID, const int theDocID);
   //! Returns true if specified document must be loaded by demand
   bool isLoadByDemand(std::string theID, const int theDocIndex);
-  //! Closes and removes the documents that are not loaded by demand and
-  //! not in the given list
-  void removeUselessDocuments(std::list<std::shared_ptr<ModelAPI_Document> > theUsedDocs);
 
   //! produces new unique identifier of the document
   int generateDocumentId();