about summary refs log tree commit diff stats
path: root/dwm.c
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-06-11 14:10:18 +0100
committerAnselm R Garbe <garbeam@gmail.com>2008-06-11 14:10:18 +0100
commitd662f98d89d3e813344e9bdb64e5704caf3b9dc2 (patch)
treee747b9ea891fa64b1085c96ab8b18b0710aa255a /dwm.c
parente5a965a27480c8b27cfb4884cc8f4988924d1087 (diff)
downloaddwm-d662f98d89d3e813344e9bdb64e5704caf3b9dc2.tar.gz
added nsz' patch
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index 7a6c591..04ae223 100644
--- a/dwm.c
+++ b/dwm.c
@@ -51,7 +51,6 @@
 #define LENGTH(x)       (sizeof x / sizeof x[0])
 #define MAXTAGLEN       16
 #define MOUSEMASK       (BUTTONMASK|PointerMotionMask)
-#define SHCMD(cmd)      { .v = (char*[]){ "/bin/sh", "-c", cmd, NULL } }
 #define TAGMASK         ((int)((1LL << LENGTH(tags)) - 1))
 #define TEXTW(x)        (textnw(x, strlen(x)) + dc.font.height)