diff options
Diffstat (limited to 'pugl/detail/mac.m')
-rw-r--r-- | pugl/detail/mac.m | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/pugl/detail/mac.m b/pugl/detail/mac.m index 837d3cc..2928951 100644 --- a/pugl/detail/mac.m +++ b/pugl/detail/mac.m @@ -117,14 +117,6 @@ updateViewRect(PuglView* view) @implementation PuglWrapperView -- (void) resizeWithOldSuperviewSize:(NSSize)oldSize -{ - [super resizeWithOldSuperviewSize:oldSize]; - - const NSRect bounds = [self bounds]; - puglview->backend->resize(puglview, bounds.size.width, bounds.size.height); -} - - (void) dispatchExpose:(NSRect)rect { if (reshaped) { |