X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.c;h=259327d190734a76f1e97bfe759aa07542f26bd0;hp=547218ae0dd1a7a7dcba79bbd04891964dd1b5a5;hb=e0d6451086eba0642cff83c2a8e05ff84be60488;hpb=7a496e9777f2656987ba86dbba1e87a46a483fac diff --git a/dwm.c b/dwm.c index 547218a..259327d 100644 --- a/dwm.c +++ b/dwm.c @@ -174,7 +174,6 @@ void leavenotify(XEvent *e); void manage(Window w, XWindowAttributes *wa); void mappingnotify(XEvent *e); void maprequest(XEvent *e); -void maximize(const char *arg); void movemouse(Client *c); Client *nexttiled(Client *c, Monitor *m); void propertynotify(XEvent *e); @@ -1135,15 +1134,6 @@ maprequest(XEvent *e) { } void -maximize(const char *arg) { -/* - if(!sel || (!sel->isfloating && layout->arrange != floating)) - return; - resize(sel, wax, way, waw - 2 * sel->border, wah - 2 * sel->border, True); -*/ -} - -void movemouse(Client *c) { int x1, y1, ocx, ocy, di, nx, ny; unsigned int dui;