summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2012-11-29 03:34:19 +0000
committerokan <okan>2012-11-29 03:34:19 +0000
commit5947879dfb16da35be7391e6f81d9313b9fab4c0 (patch)
tree159e494382b21a6f1f49ce89f756f1621977ce96 /calmwm.h
parent3e151f8c764a5f1116fae3bea87f3d4474dc686a (diff)
downloadcwm-5947879dfb16da35be7391e6f81d9313b9fab4c0.tar.gz
cwm-5947879dfb16da35be7391e6f81d9313b9fab4c0.tar.xz
cwm-5947879dfb16da35be7391e6f81d9313b9fab4c0.zip
remove dead extern
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 1abcbef..cf00f54 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -509,7 +509,7 @@ extern struct screen_ctx_q		 Screenq;
 extern struct client_ctx_q		 Clientq;
 extern struct conf			 Conf;
 
-extern int				 HasXinerama, HasRandr, Randr_ev;
+extern int				 HasRandr, Randr_ev;
 
 enum {
 	WM_STATE,