]> 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 ec983dfdd183042ef67a019e215a6dff6724c71f..48156888c94760cdab3910a12eb38a4cb2802908 100644 (file)
--- a/bam.h
+++ b/bam.h
@@ -632,14 +632,6 @@ extern "C" {
        */
        int32_t bam_cigar2qlen(const bam1_core_t *c, const uint32_t *cigar);
 
-       typedef struct {
-               int32_t qbeg, qend;
-               int32_t tbeg, tend;
-               int32_t cbeg, cend;
-       } bam_segreg_t;
-
-       int bam_segreg(int32_t pos, const bam1_core_t *c, const uint32_t *cigar, bam_segreg_t *reg);
-
 #ifdef __cplusplus
 }
 #endif