From 7e33c322ff417c8d2a72048c52b32e1e613ec5f7 Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Thu, 28 Jul 2011 09:35:17 +0200 Subject: [PATCH] Wmfs: Remove unused var --- src/wmfs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wmfs.c b/src/wmfs.c index 269a456..b22c4cf 100644 --- a/src/wmfs.c +++ b/src/wmfs.c @@ -33,7 +33,6 @@ #include "wmfs.h" static volatile bool exiting = False, sig_chld = False; -static pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; int errorhandler(Display *d, XErrorEvent *event)