From a8eb21d8013f4833afda718616c56e14cc870d0c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 8 Jan 2023 09:46:14 -0500 Subject: Remove branch clone --- src/x11.c | 2 -- 1 file changed, 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; -- cgit v1.2.1