aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaView.mm
diff options
context:
space:
mode:
authornyamatongwe <unknown>2013-03-15 20:02:55 +1100
committernyamatongwe <unknown>2013-03-15 20:02:55 +1100
commitd0566ab8b9c42c13d116af090a0e2cb21e4c9575 (patch)
tree857c29a31ee1bc49265b97da14b4213fb1357334 /cocoa/ScintillaView.mm
parentb020d57a6223d6cecdad4718eddbf5b8f9d6e5d8 (diff)
downloadscintilla-mirror-d0566ab8b9c42c13d116af090a0e2cb21e4c9575.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;
/**