From 2f643033eb88f149fb2379da283dd4268c1f194f Mon Sep 17 00:00:00 2001 From: speedie Date: Tue, 6 Dec 2022 18:11:48 +0100 Subject: [PATCH] this is useless now too, since systray isn't in speedwm.c --- speedwm.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/speedwm.c b/speedwm.c index 395a5f5..7e451e7 100644 --- a/speedwm.c +++ b/speedwm.c @@ -883,9 +883,6 @@ static const char *clickstatus[] = { "/bin/sh", "-c", NULL, NULL }; /* for runni /* Configuration */ #include "options.h" /* Include options */ -/* Options */ -static int systraypinningfailfirst = 1; - /* Rest of the headers */ #include "autostart.h" /* Add autostart support */ #include "colors.h" /* Include colors */