]> git.donarmstrong.com Git - samtools.git/blobdiff - bam.h
* samtools-0.1.6-13 (r479)
[samtools.git] / bam.h
diff --git a/bam.h b/bam.h
index b0fcd9c4c76354dde31a0e184720c74e42254634..48156888c94760cdab3910a12eb38a4cb2802908 100644 (file)
--- a/bam.h
+++ b/bam.h
@@ -632,8 +632,6 @@ extern "C" {
        */
        int32_t bam_cigar2qlen(const bam1_core_t *c, const uint32_t *cigar);
 
-       int bam_tpos2qpos(const bam1_core_t *c, const uint32_t *cigar, int32_t tpos, int32_t *_tpos);
-
 #ifdef __cplusplus
 }
 #endif