From e9ff6448bf9cf076d86a39be9c4c1e29caa17347 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 27 May 2025 21:15:51 +0200 Subject: [PATCH] filter.c: Remove unused status_item_list[]. para_filter does not need this at all, and never has, afaict. --- filter.c | 3 --- 1 file changed, 3 deletions(-) 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. * -- 2.39.5