aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/x11.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/x11.c b/src/x11.c
index ce9387b..ee9a0a0 100644
--- a/src/x11.c
+++ b/src/x11.c
@@ -693,8 +693,6 @@ puglShow(PuglView* const view, const PuglShowCommand command)
XMapWindow(view->world->impl->display, view->impl->win);
break;
case PUGL_SHOW_RAISE:
- XMapRaised(view->world->impl->display, view->impl->win);
- break;
case PUGL_SHOW_FORCE_RAISE:
XMapRaised(view->world->impl->display, view->impl->win);
break;