summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cardell Widerkrantz <mc@hack.org>2010-11-01 21:43:31 +0100
committerMichael Cardell Widerkrantz <mc@hack.org>2010-11-01 21:43:31 +0100
commit0df4e307464c58c7940249ac683f942f0537a5a5 (patch)
tree3f8970180ba59a556b430b747094953a8c2eabc4
parent0c3612cfdedf69abc61da36aea5c3a18b1b2266d (diff)
downloadmcwm-0df4e307464c58c7940249ac683f942f0537a5a5.zip
Forgot some ifdeffed out code. Removed it.
-rw-r--r--mcwm.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/mcwm.c b/mcwm.c
index 1573d76..5cfa47b 100644
--- a/mcwm.c
+++ b/mcwm.c
@@ -560,18 +560,6 @@ void changeworkspace(uint32_t ws)
item = item->next;
delfromworkspace(client, curws);
-
-#if 0
- /*
- * NB! Before deleting this item, we need to save the
- * address to next item so we can continue through the
- * list.
- */
- tmpitem = item;
- item = item->next;
-
- delitem(&wslist[curws], tmpitem);
-#endif
}
else
{