From ac2ba0961babe8307b6474a73ea11b097b42f759 Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 9 Aug 2017 13:44:36 +0000 Subject: Fix filtering so it works after the change to only show windows if they have multiple panes. --- options.c | 1 - 1 file changed, 1 deletion(-) (limited to 'options.c') diff --git a/options.c b/options.c index c13696f4..a607dab7 100644 --- a/options.c +++ b/options.c @@ -478,7 +478,6 @@ options_match_get(struct options *oo, const char *s, int *idx, int only, return (o); } - const char * options_get_string(struct options *oo, const char *name) { -- cgit v1.2.3