From 3a79d4ff0e5c37a3efc4aa434b53b4c8138d8635 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 17 Apr 2013 15:05:33 +1000 Subject: Remove method no longer needed due to change from NSTextInput to NSTextInputClient. --- cocoa/ScintillaView.mm | 8 -------- 1 file changed, 8 deletions(-) (limited to 'cocoa') 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)]) -- cgit v1.2.3