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 | a478029ffe4dac59219015b1adfca10e15579051 (patch) | |
tree | 765abe27f19394f71c5eed688feaf7e570861e18 | |
parent | ee4f9a97ff16c688dfe7f114d7cc5d16053d85cf (diff) | |
download | scintilla-mirror-a478029ffe4dac59219015b1adfca10e15579051.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)]) |