dwm.h
changeset 761 4e835c2a7a12
parent 760 8ed842c35e8d
child 762 140bcd4782d8
--- a/dwm.h	Wed Feb 14 14:01:12 2007 +0100
+++ b/dwm.h	Fri Feb 16 10:20:34 2007 +0100
@@ -128,8 +128,6 @@
 
 /* tag.c */
 extern void initrregs(void);			/* initialize regexps of rules defined in config.h */
-extern Client *getnext(Client *c);		/* returns next visible client */
-extern Client *getprev(Client *c);		/* returns previous visible client */
 extern void settags(Client *c, Client *trans);	/* sets tags of c */
 extern void tag(Arg *arg);			/* tags c with arg's index */
 extern void toggletag(Arg *arg);		/* toggles c tags with arg's index */