aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaView.mm
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/ScintillaView.mm')
-rw-r--r--cocoa/ScintillaView.mm1
1 files changed, 0 insertions, 1 deletions
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;
/**