]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
filter.c: Remove unused status_item_list[].
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 27 May 2025 19:15:51 +0000 (21:15 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 28 May 2025 17:21:29 +0000 (19:21 +0200)
para_filter does not need this at all, and never has, afaict.

filter.c

index 6cd05e29a61a8867bc721814cacc9da4fa140ec0..993e54afa0356ef8ae99104c27f751bc27aecd4e 100644 (file)
--- a/filter.c
+++ b/filter.c
@@ -28,9 +28,6 @@ static struct lls_parse_result *lpr; /* command line options */
 #define OPT_GIVEN(_name) (lls_opt_given(OPT_RESULT(_name)))
 #define OPT_UINT32_VAL(_name) (lls_uint32_val(0, OPT_RESULT(_name)))
 
-/** The list of all status items used by para_{server,audiod,gui}. */
-const char *status_item_list[] = {STATUS_ITEMS};
-
 /**
  * Dummy version which only contains NULL pointers.
  *