From d7456b235a0eb549c752d0cf06198fd29264e21a Mon Sep 17 00:00:00 2001 From: bakkeby Date: Sat, 18 Jun 2022 11:04:03 +0200 Subject: [PATCH] systray: removing redundant getatomprop declaration in bar_systray.h, ref. #260 --- patch/bar_systray.h | 1 - 1 file changed, 1 deletion(-) diff --git a/patch/bar_systray.h b/patch/bar_systray.h index a64b971..092a6ff 100644 --- a/patch/bar_systray.h +++ b/patch/bar_systray.h @@ -32,7 +32,6 @@ static int draw_systray(Bar *bar, BarArg *a); static int click_systray(Bar *bar, Arg *arg, BarArg *a); /* function declarations */ -static Atom getatomprop(Client *c, Atom prop); static void removesystrayicon(Client *i); static void resizerequest(XEvent *e); static void updatesystrayicongeom(Client *i, int w, int h);