summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2011-03-22 10:52:37 +0000
committerokan <okan>2011-03-22 10:52:37 +0000
commit3ff303658c1baf85e5248138a62781c48760945c (patch)
tree86126cfa6c77bf87104bd43ffd00567e548cb2e1 /calmwm.h
parenta12fb346a2d45a046d69c78410c1afc5e7c311d2 (diff)
downloadcwm-3ff303658c1baf85e5248138a62781c48760945c.tar.gz
cwm-3ff303658c1baf85e5248138a62781c48760945c.tar.xz
cwm-3ff303658c1baf85e5248138a62781c48760945c.zip
while this piece deals with client argv's in a seemingly inefficient way
(noticed by Tim Peniket), since we don't ever do anything with cliarg,
remove the hunk and cliarg completely.

ok oga@
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 712a677..27fc91b 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -189,7 +189,6 @@ struct client_ctx {
 
 	char			*app_class;
 	char			*app_name;
-	char			*app_cliarg;
 };
 
 extern const char *shortcut_to_name[];