X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=tag.c;h=d3065d503bd50dfe2214edaff1c59353f9e099cd;hb=5cc27f1b3c61df4f048cdac9e0feb31a2dd80c63;hp=f9aef0b17f740b9a6d88546d3b8d89d9ecc89030;hpb=e256afe31ef6a70eceb632ddfe717bfe6d8d9169;p=dwm.git 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;