aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/win.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/win.c b/src/win.c
index f5f674c..13c8863 100644
--- a/src/win.c
+++ b/src/win.c
@@ -483,11 +483,6 @@ handleConfigure(PuglView* view, PuglEvent* event)
event->configure.width = width;
event->configure.height = height;
- if (view->frame.width != width || view->frame.height != height) {
- view->frame.width = width;
- view->frame.height = height;
- }
-
return rect;
}