Xinqi Bao's Git

removed maximize, there will be monocle soon
[dwm.git] / dwm.c
diff --git a/dwm.c b/dwm.c
index 547218a..259327d 100644 (file)
--- 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;