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
commit3a79d4ff0e5c37a3efc4aa434b53b4c8138d8635 (patch)
treee997c0a0050002918142cc53d3f78a539edadc23
parent400b1e2217287b9abb6e3ec66071dc98a9fc03c6 (diff)
downloadscintilla-mirror-3a79d4ff0e5c37a3efc4aa434b53b4c8138d8635.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)])