mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
systray: removing redundant getatomprop declaration in bar_systray.h, ref. #260
This commit is contained in:
parent
39fde74dfd
commit
d7456b235a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user