aboutsummaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'client.c')
-rw-r--r--client.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/client.c b/client.c
index f92df83..f268623 100644
--- a/client.c
+++ b/client.c
@@ -197,13 +197,6 @@ killclient(Arg *arg)
}
void
-lower(Client *c)
-{
- XLowerWindow(dpy, c->title);
- XLowerWindow(dpy, c->win);
-}
-
-void
manage(Window w, XWindowAttributes *wa)
{
Client *c;