diff options
author | Adam Jackson <ajax@redhat.com> | 2014-09-15 12:30:44 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2014-10-09 11:14:53 +0200 |
commit | 277330075bfbd4343c4efdd136e0be716e1a491f (patch) | |
tree | c3b473d6649f37eede189345ec173b310a43ac57 /dix | |
parent | 81d76a835b2f647e3051b1d93606e59db7998d76 (diff) |
dix: Remove an empty if
Reviewed-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'dix')
-rw-r--r-- | dix/window.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dix/window.c b/dix/window.c index e1645c3e7..e49670aac 100644 --- a/dix/window.c +++ b/dix/window.c @@ -2806,8 +2806,6 @@ UnmapSubwindows(WindowPtr pWin) pChild->mapped = FALSE; if (pChild->realized) UnrealizeTree(pChild, FALSE); - if (wasViewable) { - } } } if (wasViewable) { |