filter.h: Remove stale comment.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 19 Jun 2016 21:02:03 +0000 (23:02 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 19 Jun 2016 21:02:03 +0000 (23:02 +0200)
The array this comment refers to was moved to filter.c in commit
f0c49ce0, leaving a stale comment in the header file.

filter.h

index 31eedcc044d5c1a022b8a6bb6bdd37be1c0eb116..686776a0b7e27c42645c143aeca4a79bd83d325c 100644 (file)
--- 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);