aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaView.mm
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2013-03-15 20:02:55 +1100
committernyamatongwe <devnull@localhost>2013-03-15 20:02:55 +1100
commita42e74a667b28729b7b2e7b29d9c1c8b6a055a94 (patch)
tree22a370ddca22e4e76811ff162e6365b0ca250358 /cocoa/ScintillaView.mm
parentb1d807a2f536979f04380d03586379d5ac658dfc (diff)
downloadscintilla-mirror-a42e74a667b28729b7b2e7b29d9c1c8b6a055a94.tar.gz
Removed owner property as it is not used.
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;
/**