diff -r 58851a8806b9 -r 264f02dd2ad0 dwm.h --- 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*/