diff options
| author | bakkeby <[email protected]> | 2022-06-18 11:04:03 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2022-06-18 11:04:03 +0200 |
| commit | d7456b235a0eb549c752d0cf06198fd29264e21a (patch) | |
| tree | c17f4c8ff6b1165e9b0b96aaf4e5a0c0564fa980 /patch | |
| parent | 39fde74dfd48056094c4eddacd7baac9194e5c1e (diff) | |
| download | dwm-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.h | 1 |
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); |
