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.mm | 1 - 1 file changed, 1 deletion(-) (limited to 'cocoa/ScintillaView.mm') 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