aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaView.h
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/ScintillaView.h')
-rw-r--r--cocoa/ScintillaView.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cocoa/ScintillaView.h b/cocoa/ScintillaView.h
index b933c8741..f34ac7e08 100644
--- a/cocoa/ScintillaView.h
+++ b/cocoa/ScintillaView.h
@@ -60,9 +60,6 @@ extern NSString *SCIUpdateUINotification;
// It uses the content view for display.
Scintilla::ScintillaCocoa* mBackend;
- // The object (eg NSDocument) that controls the ScintillaView.
- NSObject* mOwner;
-
// This is the actual content to which the backend renders itself.
InnerView* mContent;
@@ -80,7 +77,6 @@ extern NSString *SCIUpdateUINotification;
}
@property (nonatomic, readonly) Scintilla::ScintillaCocoa* backend;
-@property (nonatomic, assign) NSObject* owner;
@property (nonatomic, assign) id<ScintillaNotificationProtocol> delegate;
- (void) dealloc;