]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/api/BamWriter.cpp
On second thought, moved the (non-indexing) constants back to BamAux.h, since they...
[bamtools.git] / src / api / BamWriter.cpp
index c3c94efa1d99231f77bca2fb6075b35f522c4b01..f5eeb2013bdb0dd8f91e0fe5184207df849fb74c 100644 (file)
 using namespace BamTools;\r
 using namespace std;\r
 \r
-namespace BamTools {\r
-\r
-// BAM constants\r
-const int BT_SIZEOF_INT   = 4;\r
-const int BAM_CMATCH      = 0;\r
-const int BAM_CINS        = 1;\r
-const int BAM_CDEL        = 2;\r
-const int BAM_CREF_SKIP   = 3;\r
-const int BAM_CSOFT_CLIP  = 4;\r
-const int BAM_CHARD_CLIP  = 5;\r
-const int BAM_CPAD        = 6;\r
-\r
-} // namespace BamTools\r
-\r
 struct BamWriter::BamWriterPrivate {\r
 \r
     // data members\r