summaryrefslogtreecommitdiffhomepage
path: root/patch
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2022-06-18 11:04:03 +0200
committerbakkeby <[email protected]>2022-06-18 11:04:03 +0200
commitd7456b235a0eb549c752d0cf06198fd29264e21a (patch)
treec17f4c8ff6b1165e9b0b96aaf4e5a0c0564fa980 /patch
parent39fde74dfd48056094c4eddacd7baac9194e5c1e (diff)
downloaddwm-flexipatch-d7456b235a0eb549c752d0cf06198fd29264e21a.tar.gz
dwm-flexipatch-d7456b235a0eb549c752d0cf06198fd29264e21a.zip
systray: removing redundant getatomprop declaration in bar_systray.h, ref. #260
Diffstat (limited to 'patch')
-rw-r--r--patch/bar_systray.h1
1 files changed, 0 insertions, 1 deletions
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);