tag.c
changeset 761 4e835c2a7a12
parent 757 22dfaeb82491
child 769 dc60583894e0
--- a/tag.c	Wed Feb 14 14:01:12 2007 +0100
+++ b/tag.c	Fri Feb 16 10:20:34 2007 +0100
@@ -31,18 +31,6 @@
 
 /* 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) {
 	unsigned int i;