aboutsummaryrefslogtreecommitdiffstats
path: root/xevents.c
diff options
context:
space:
mode:
authoroga2008-12-04 23:55:04 +0000
committeroga2008-12-04 23:55:04 +0000
commit6aa3e59a407dda86c09fb50bef12a5be51889a0a (patch)
tree8998c17b05f1a3bed6f407f07135160724424219 /xevents.c
parent2b1f1d404d206d07a122d0754e233819cf9860a3 (diff)
downloadcwm-6aa3e59a407dda86c09fb50bef12a5be51889a0a.tar.gz
Kill obviously dead variable.
Diffstat (limited to 'xevents.c')
-rw-r--r--xevents.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/xevents.c b/xevents.c
index 57e2ef2..24053f2 100644
--- a/xevents.c
+++ b/xevents.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: xevents.c,v 1.29 2008/09/29 23:16:46 oga Exp $
+ * $Id: xevents.c,v 1.30 2008/12/04 23:55:04 oga Exp $
*/
/*
@@ -51,8 +51,7 @@ xev_handle_maprequest(struct xevent *xev, XEvent *ee)
XGetWindowAttributes(X_Dpy, e->window, &xattr);
cc = client_new(e->window, screen_fromroot(xattr.root), 1);
sc = CCTOSC(cc);
- } else
- cc->beepbeep = 1;
+ }
#ifdef notyet /* XXX - possibly, we shouldn't map if
* the window is withdrawn. */