aboutsummaryrefslogtreecommitdiffstats
path: root/src/mac.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-01-10 21:21:59 -0500
committerDavid Robillard <d@drobilla.net>2023-01-11 03:28:10 -0500
commita02dd604ff43264757460ca4d87a2dde6ed7bbf0 (patch)
tree0af34b601c3bc2790228e1f135c2182d5852dac6 /src/mac.h
parentc33edc9b41ccdd7ec3fe711d3a96002b266106bd (diff)
downloadpugl-a02dd604ff43264757460ca4d87a2dde6ed7bbf0.tar.gz
pugl-a02dd604ff43264757460ca4d87a2dde6ed7bbf0.tar.bz2
pugl-a02dd604ff43264757460ca4d87a2dde6ed7bbf0.zip
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.
Diffstat (limited to 'src/mac.h')
-rw-r--r--src/mac.h3
1 files changed, 0 insertions, 3 deletions
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 {