summaryrefslogtreecommitdiff
path: root/dix
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2014-09-15 12:30:44 -0400
committerAdam Jackson <ajax@redhat.com>2014-10-09 11:14:53 +0200
commit277330075bfbd4343c4efdd136e0be716e1a491f (patch)
treec3b473d6649f37eede189345ec173b310a43ac57 /dix
parent81d76a835b2f647e3051b1d93606e59db7998d76 (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.c2
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) {