diff options
author | Michael Cardell Widerkrantz <mc@hack.org> | 2010-11-01 21:43:31 +0100 |
---|---|---|
committer | Michael Cardell Widerkrantz <mc@hack.org> | 2010-11-01 21:43:31 +0100 |
commit | 0df4e307464c58c7940249ac683f942f0537a5a5 (patch) | |
tree | 3f8970180ba59a556b430b747094953a8c2eabc4 | |
parent | 0c3612cfdedf69abc61da36aea5c3a18b1b2266d (diff) | |
download | mcwm-0df4e307464c58c7940249ac683f942f0537a5a5.zip |
Forgot some ifdeffed out code. Removed it.
-rw-r--r-- | mcwm.c | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -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 { |