index
:
dwm.git
master
Fork of Suckless dwm
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
draw.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to '')
-rw-r--r--
draw.c
2
1 files changed, 0 insertions, 2 deletions
diff --git a/draw.c b/draw.c
index 3938e5e..b8b6c1d 100644
--- a/
draw.c
+++ b/
draw.c
@@ -133,8 +133,6 @@ drawstatus()
void
drawtitle(Client *c)
{
- int i;
-
if(c == sel && issel) {
drawstatus();
XUnmapWindow(dpy, c->twin);