diff options
author | Sven Gothel <[email protected]> | 2014-01-02 20:24:36 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-02 20:24:36 +0100 |
commit | 09db30c4a0d9c0f29c47af76238b2abc275301c0 (patch) | |
tree | bb6bb995e880bcc20ede9ded73fe73d12a2dff6b /src/newt/native/NewtMacWindow.h | |
parent | 6569b352a982654a17b9b04b2bc3b3dca8d7448d (diff) |
NewtMacWindow: NSView: Remove unused 'myCursor' field
Diffstat (limited to 'src/newt/native/NewtMacWindow.h')
-rw-r--r-- | src/newt/native/NewtMacWindow.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/newt/native/NewtMacWindow.h b/src/newt/native/NewtMacWindow.h index 1f907f30e..ba2e242cf 100644 --- a/src/newt/native/NewtMacWindow.h +++ b/src/newt/native/NewtMacWindow.h @@ -63,7 +63,6 @@ volatile NSTrackingRectTag ptrTrackingTag; NSRect ptrRect; - NSCursor * myCursor; } - (id)initWithFrame:(NSRect)frameRect; @@ -86,7 +85,6 @@ - (void) rightMouseDown: (NSEvent*) theEvent; - (void) resetCursorRects; -- (NSCursor *) cursor; - (void) setDestroyNotifySent: (BOOL) v; - (BOOL) getDestroyNotifySent; |