aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail/mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/detail/mac.h')
-rw-r--r--pugl/detail/mac.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/pugl/detail/mac.h b/pugl/detail/mac.h
index 296faeb..7b64cfe 100644
--- a/pugl/detail/mac.h
+++ b/pugl/detail/mac.h
@@ -27,15 +27,6 @@
#include <stdint.h>
@interface PuglWrapperView : NSView<NSTextInputClient>
-{
-@public
- PuglView* puglview;
- NSTrackingArea* trackingArea;
- NSMutableAttributedString* markedText;
- NSTimer* timer;
- NSMutableDictionary* userTimers;
- bool reshaped;
-}
- (void) dispatchExpose:(NSRect)rect;
- (void) setReshaped;
@@ -43,10 +34,6 @@
@end
@interface PuglWindow : NSWindow
-{
-@public
- PuglView* puglview;
-}
- (void) setPuglview:(PuglView*)view;