projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ebc081
)
remove redundant variable assignment
author
Dana Jansens
<danakj@orodu.net>
Fri, 11 Jun 2010 19:51:09 +0000
(15:51 -0400)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 26 Jun 2010 23:30:49 +0000
(
01:30
+0200)
openbox/event.c
patch
|
blob
|
history
diff --git
a/openbox/event.c
b/openbox/event.c
index c1b23fad142c113fa1f0f8e832367e448b49108f..b9bb5c0f0c6246863db787a9bef014b4072195ff 100644
(file)
--- 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;