aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail/x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/detail/x11.c')
-rw-r--r--pugl/detail/x11.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/pugl/detail/x11.c b/pugl/detail/x11.c
index ee5fb69..ea7f9a3 100644
--- a/pugl/detail/x11.c
+++ b/pugl/detail/x11.c
@@ -696,10 +696,6 @@ flushPendingConfigure(PuglView* view)
view->frame.width = configure->configure.width;
view->frame.height = configure->configure.height;
- view->backend->resize(view,
- (int)view->frame.width,
- (int)view->frame.height);
-
view->eventFunc(view, configure);
configure->type = 0;
}
@@ -1017,7 +1013,6 @@ puglStubBackend(void)
puglStubDestroy,
puglStubEnter,
puglStubLeave,
- puglStubResize,
puglStubGetContext,
};