]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/api/BamMultiReader.h
Removed index cache mode
[bamtools.git] / src / api / BamMultiReader.h
index 76d0810e2f6fa411b5cf00e80426304292c03d69..ea068d0c0ad58a9736fde8b4abb34de6632fcefe 100644 (file)
@@ -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