diff options
Diffstat (limited to 'pugl/detail/x11.c')
-rw-r--r-- | pugl/detail/x11.c | 5 |
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, }; |