X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/e256afe31ef6a70eceb632ddfe717bfe6d8d9169..30af19d4426ca32dc38318bbe87534cc44484998:/tag.c diff --git a/tag.c b/tag.c index f9aef0b..d3065d5 100644 --- a/tag.c +++ b/tag.c @@ -31,20 +31,8 @@ static unsigned int len = 0; /* extern */ -Client * -getnext(Client *c) { - for(; c && !isvisible(c); c = c->next); - return c; -} - -Client * -getprev(Client *c) { - for(; c && !isvisible(c); c = c->prev); - return c; -} - void -initrregs(void) { +compileregexps(void) { unsigned int i; regex_t *reg;