there is no need for this anymore either

This commit is contained in:
speedie 2022-12-04 22:32:31 +01:00
parent ba0d3cb739
commit 76cbf4a8ac

View file

@ -461,7 +461,6 @@ static void focusstackhid(const Arg *arg);
static Atom getatomprop(Client *c, Atom prop);
static int getrootptr(int *x, int *y);
static long getstate(Window w);
static unsigned int getsystraywidth();
#if USEWINICON
static Picture geticonprop(Window w, unsigned int *icw, unsigned int *ich);
@ -2581,13 +2580,6 @@ getstate(Window w)
}
unsigned int
getsystraywidth()
{
/* doing it this way allows us to clean up the code for drawing the bar */
return 0;
}
int
gettextprop(Window w, Atom atom, char *text, unsigned int size)
{