summaryrefslogtreecommitdiff
path: root/src/htsmodules.h
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-05-19 16:02:04 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-05-19 16:02:04 +0000
commit1433170ef4e88c4c433fd25df3864973e0e62a54 (patch)
tree1f34282f7ad759f6c8025b42f3048e6249ec7e24 /src/htsmodules.h
parent063acf016081ae9c2b096595564f0399f6ea19b5 (diff)
removed gz_is_available flag (zlib is mandatory)
Diffstat (limited to 'src/htsmodules.h')
-rw-r--r--src/htsmodules.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/htsmodules.h b/src/htsmodules.h
index b982241..db340d8 100644
--- a/src/htsmodules.h
+++ b/src/htsmodules.h
@@ -135,8 +135,6 @@ extern void htspe_init(void);
extern void htspe_uninit(void);
extern int hts_parse_externals(htsmoduleStruct * str);
-extern int gz_is_available;
-
/*extern int swf_is_available;*/
extern int SSL_is_available;
extern int V6_is_available;