0030169: Application Framework - Document format version management improvement
[occt.git] / src / BinDrivers / BinDrivers_DocumentRetrievalDriver.cxx
index 45e6a1a..95263f9 100644 (file)
@@ -106,14 +106,4 @@ void BinDrivers_DocumentRetrievalDriver::Clear()
   BinLDrivers_DocumentRetrievalDriver::Clear();
 }
 
-//=======================================================================
-//function : PropagateDocumentVersion
-//purpose  : 
-//=======================================================================
-void BinDrivers_DocumentRetrievalDriver::PropagateDocumentVersion(
-                                    const Standard_Integer theDocVersion )
-{
-  BinMDataStd::SetDocumentVersion(theDocVersion);
-  BinMNaming::SetDocumentVersion(theDocVersion);
-}