0029217: Application Framework - nonsense API method XmlLDrivers::SetStorageVersion()
[occt.git] / src / CDM / CDM_Document.hxx
index 3150681..4be2f56 100644 (file)
@@ -329,12 +329,6 @@ Standard_OStream& operator << (Standard_OStream& anOStream);
 
   Standard_EXPORT void SetReferenceCounter (const Standard_Integer aReferenceCounter);
 
-  //! Returns version of the format to be used to store the document
-  Standard_EXPORT Standard_Integer StorageFormatVersion() const;
-
-  //! Sets <theVersion> of the format to be used to store the document
-  Standard_EXPORT void ChangeStorageFormatVersion(const Standard_Integer theVersion);
-
   //! Dumps the content of me into the stream
   Standard_EXPORT void DumpJson (Standard_OStream& theOStream, Standard_Integer theDepth = -1) const;
 
@@ -387,7 +381,6 @@ private:
   Standard_Boolean myFileExtensionWasFound;
   Standard_Boolean myDescriptionWasFound;
   Handle(CDM_Application) myApplication;
-  Standard_Integer myStorageFormatVersion;
 };