From: Andre Noll Date: Sun, 19 Jun 2016 21:02:03 +0000 (+0200) Subject: filter.h: Remove stale comment. X-Git-Tag: v0.5.6~12 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=59465a5ac73bbf9e2da8af9e10fb81d84ac2f467;ds=sidebyside filter.h: Remove stale comment. The array this comment refers to was moved to filter.c in commit f0c49ce0, leaving a stale comment in the header file. --- diff --git a/filter.h b/filter.h index 31eedcc0..686776a0 100644 --- a/filter.h +++ b/filter.h @@ -140,5 +140,4 @@ static inline void write_int16_host_endian(char *buf, int val) DECLARE_FILTER_INITS -/** The filter array, one structure for each supported filter. */ const struct filter *filter_get(int filter_num);