]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/api/BamMultiReader.h
merge with remoteio branch
[bamtools.git] / src / api / BamMultiReader.h
index 76d0810e2f6fa411b5cf00e80426304292c03d69..e5fc9c987fb3d1f78be383cd355126205aa2524c 100644 (file)
@@ -2,7 +2,7 @@
 // BamMultiReader.h (c) 2010 Erik Garrison, Derek Barnett
 // Marth Lab, Department of Biology, Boston College
 // ---------------------------------------------------------------------------
-// Last modified: 10 October 2011 (DB)
+// Last modified: 25 October 2011 (DB)
 // ---------------------------------------------------------------------------
 // Convenience class for reading multiple BAM files.
 // ***************************************************************************
@@ -97,8 +97,6 @@ class API_EXPORT BamMultiReader {
         bool LocateIndexes(const BamIndex::IndexType& preferredType = BamIndex::STANDARD);
         // opens index files for current BAM files.
         bool OpenIndexes(const std::vector<std::string>& indexFilenames);
-        // changes the caching behavior of the index data
-        void SetIndexCacheMode(const BamIndex::IndexCacheMode& mode);
 
         // ----------------------
         // error handling