diff options
author | nyamatongwe <nyamatongwe@gmail.com> | 2013-04-17 15:05:33 +1000 |
---|---|---|
committer | nyamatongwe <nyamatongwe@gmail.com> | 2013-04-17 15:05:33 +1000 |
commit | 3a79d4ff0e5c37a3efc4aa434b53b4c8138d8635 (patch) | |
tree | e997c0a0050002918142cc53d3f78a539edadc23 | |
parent | 400b1e2217287b9abb6e3ec66071dc98a9fc03c6 (diff) | |
download | scintilla-mirror-3a79d4ff0e5c37a3efc4aa434b53b4c8138d8635.tar.gz |
Remove method no longer needed due to change from NSTextInput to NSTextInputClient.
-rw-r--r-- | cocoa/ScintillaView.mm | 8 |
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)]) |