From a42e74a667b28729b7b2e7b29d9c1c8b6a055a94 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 15 Mar 2013 20:02:55 +1100 Subject: Removed owner property as it is not used. --- cocoa/ScintillaView.h | 4 ---- cocoa/ScintillaView.mm | 1 - 2 files changed, 5 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 delegate; - (void) dealloc; diff --git a/cocoa/ScintillaView.mm b/cocoa/ScintillaView.mm index 3cefc1649..a2ae060d7 100644 --- a/cocoa/ScintillaView.mm +++ b/cocoa/ScintillaView.mm @@ -631,7 +631,6 @@ static NSCursor *cursorFromEnum(Window::Cursor cursor) @implementation ScintillaView @synthesize backend = mBackend; -@synthesize owner = mOwner; @synthesize delegate = mDelegate; /** -- cgit v1.2.3