From e83764c30f45307bcca0230399cfd6a8eae3704f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 11 Jun 2010 15:51:09 -0400 Subject: [PATCH] remove redundant variable assignment --- openbox/event.c | 1 - 1 file changed, 1 deletion(-) diff --git a/openbox/event.c b/openbox/event.c index c1b23fad..b9bb5c0f 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -1672,7 +1672,6 @@ static void event_handle_client(ObClient *client, XEvent *e) break; } - msgtype = e->xproperty.atom; if (msgtype == XA_WM_NORMAL_HINTS) { int x, y, w, h, lw, lh; -- 2.34.1