diff options
| -rw-r--r-- | cocoa/ScintillaView.mm | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/cocoa/ScintillaView.mm b/cocoa/ScintillaView.mm index 178762d68..a43cf74b0 100644 --- a/cocoa/ScintillaView.mm +++ b/cocoa/ScintillaView.mm @@ -1132,7 +1132,6 @@ static void notification(intptr_t windowid, unsigned int iMessage, uintptr_t wPa      try      {        mBackend->WndProc(SCI_GETSELTEXT, length + 1, (sptr_t) buffer); -      mBackend->WndProc(SCI_SETSAVEPOINT, 0, 0);        result = [NSString stringWithUTF8String: buffer];        delete[] buffer; @@ -1165,7 +1164,6 @@ static void notification(intptr_t windowid, unsigned int iMessage, uintptr_t wPa      try      {        mBackend->WndProc(SCI_GETTEXT, length + 1, (sptr_t) buffer); -      mBackend->WndProc(SCI_SETSAVEPOINT, 0, 0);        result = [NSString stringWithUTF8String: buffer];        delete[] buffer; | 
