aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <nyamatongwe@gmail.com>2013-04-17 15:05:33 +1000
committernyamatongwe <nyamatongwe@gmail.com>2013-04-17 15:05:33 +1000
commita478029ffe4dac59219015b1adfca10e15579051 (patch)
tree765abe27f19394f71c5eed688feaf7e570861e18
parentee4f9a97ff16c688dfe7f114d7cc5d16053d85cf (diff)
downloadscintilla-mirror-a478029ffe4dac59219015b1adfca10e15579051.tar.gz
Remove method no longer needed due to change from NSTextInput to NSTextInputClient.
-rw-r--r--cocoa/ScintillaView.mm8
1 files changed, 0 insertions, 8 deletions
diff --git a/cocoa/ScintillaView.mm b/cocoa/ScintillaView.mm
index c39522009..a23a4b8b0 100644
--- a/cocoa/ScintillaView.mm
+++ b/cocoa/ScintillaView.mm
@@ -308,14 +308,6 @@ static NSCursor *cursorFromEnum(Window::Cursor cursor)
//--------------------------------------------------------------------------------------------------
-- (NSInteger) conversationIdentifier
-{
- return (NSInteger) self;
-
-}
-
-//--------------------------------------------------------------------------------------------------
-
- (void) doCommandBySelector: (SEL) selector
{
if ([self respondsToSelector: @selector(selector)])