diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-05-19 16:02:04 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-05-19 16:02:04 +0000 |
commit | 1433170ef4e88c4c433fd25df3864973e0e62a54 (patch) | |
tree | 1f34282f7ad759f6c8025b42f3048e6249ec7e24 /src/htsmodules.h | |
parent | 063acf016081ae9c2b096595564f0399f6ea19b5 (diff) |
removed gz_is_available flag (zlib is mandatory)
Diffstat (limited to 'src/htsmodules.h')
-rw-r--r-- | src/htsmodules.h | 2 |
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; |