JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed gravitate for the moment
[dwm.git] / dwm.h
diff --git a/dwm.h b/dwm.h
index 2def8f2..773736d 100644 (file)
--- a/dwm.h
+++ b/dwm.h
@@ -114,7 +114,6 @@ extern void configure(Client *c);           /* send synthetic configure event */
 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*/