aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-01-08 09:46:14 -0500
committerDavid Robillard <d@drobilla.net>2023-01-08 09:46:14 -0500
commita8eb21d8013f4833afda718616c56e14cc870d0c (patch)
treedb09ba6bc5cb9ebb92788ed593bcf6e0ea47209a /src
parent2881f3defa1d89b2c6808db2344ea6e525aefd28 (diff)
downloadpugl-a8eb21d8013f4833afda718616c56e14cc870d0c.tar.gz
pugl-a8eb21d8013f4833afda718616c56e14cc870d0c.tar.bz2
pugl-a8eb21d8013f4833afda718616c56e14cc870d0c.zip
Remove branch clone
Diffstat (limited to 'src')
-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;