dwm.h
changeset 630 264f02dd2ad0
parent 596 16ec97b95b4f
child 631 d6fbb669fef2
--- a/dwm.h	Mon Dec 11 09:42:16 2006 +0100
+++ b/dwm.h	Mon Dec 11 16:45:02 2006 +0100
@@ -114,7 +114,6 @@
 extern void focus(Client *c);			/* focus c, c may be NULL */
 extern Client *getclient(Window w);		/* return client of w */
 extern Client *getctitle(Window w);		/* return client of title window */
-extern void gravitate(Client *c, Bool invert);	/* gravitate c */
 extern void killclient(Arg *arg);		/* kill c nicely */
 extern void manage(Window w, XWindowAttributes *wa);	/* manage new client */
 extern void resize(Client *c, Bool sizehints, Corner sticky); /* resize c*/