summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2019-09-23 10:35:10 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2019-09-23 10:35:10 -0700
commitaeabe09fdf0750933fdbd970780bd50c8dfda5fd (patch)
tree5a5d0568d105ee01a81f686e1a5e7b9c9abd0b25
parent68dc9400f0047b10eebd77d60353fb96ccf4914d (diff)
Elide empty else
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--multiVis.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/multiVis.c b/multiVis.c
index da07fc2..2d8e206 100644
--- a/multiVis.c
+++ b/multiVis.c
@@ -950,10 +950,6 @@ src_in_overlay(image_region_type *src, int numOverlayVisuals,
*transparentType = pOverlayVisuals[i].transparentType;
return 1;
}
-
- else {
- }
-
}
return 0;
}