From: Andre Noll <maan@tuebingen.mpg.de>
Date: Tue, 27 May 2025 19:15:51 +0000 (+0200)
Subject: filter.c: Remove unused status_item_list[].
X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=e9ff6448bf9cf076d86a39be9c4c1e29caa17347;p=paraslash.git

filter.c: Remove unused status_item_list[].

para_filter does not need this at all, and never has, afaict.
---

diff --git a/filter.c b/filter.c
index 6cd05e29..993e54af 100644
--- 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.
  *