From a02dd604ff43264757460ca4d87a2dde6ed7bbf0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 10 Jan 2023 21:21:59 -0500 Subject: Remove cached frame from view This was just a source of ambiguity and bugs, since it represented different things at different times and could become stale. Redundant data is always trouble, so eliminate it, leaving just two positions/sizes: the defaults (used when the view is not yet realized), and the last configuration. --- src/mac.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mac.h') diff --git a/src/mac.h b/src/mac.h index 7473231..119e7c8 100644 --- a/src/mac.h +++ b/src/mac.h @@ -21,9 +21,6 @@ @end @interface PuglWindow : NSWindow - -- (void)setPuglview:(PuglView*)view; - @end struct PuglWorldInternalsImpl { -- cgit v1.2.1