From e0d6451086eba0642cff83c2a8e05ff84be60488 Mon Sep 17 00:00:00 2001 From: "anselm@anselm1" Date: Sat, 22 Dec 2007 12:52:14 +0000 Subject: removed maximize, there will be monocle soon --- dwm.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'dwm.c') 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); @@ -1134,15 +1133,6 @@ maprequest(XEvent *e) { manage(ev->window, &wa); } -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; -- cgit v1.2.3-54-g00ecf