diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-18 13:43:09 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-18 13:43:09 +0000 |
commit | 03edb3eac85c6885d5bafd6fb68d3adb0cea4a22 (patch) | |
tree | e6cb099a2619136cc2d26a1e6e5d6238413e1b93 /src/htsdefines.h | |
parent | fe7ea8b140aebdff88d171ca57650917905c6639 (diff) |
Cleanup in callbacks.
Diffstat (limited to 'src/htsdefines.h')
-rw-r--r-- | src/htsdefines.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/htsdefines.h b/src/htsdefines.h index 644f85b..2a63553 100644 --- a/src/htsdefines.h +++ b/src/htsdefines.h @@ -232,7 +232,6 @@ struct t_hts_callback_ref { }; extern const t_hts_htmlcheck_callbacks default_callbacks; -extern const t_hts_callback_ref default_callbacks_ref[]; #define HT_PRINT(A) strcatbuff(opt->state.HTbuff,A); #define HT_REQUEST_START opt->state.HTbuff[0]='\0'; |