From 7ac090022ebef882b2b403174b06a3edf391e705 Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Thu, 12 Jan 2023 22:02:24 +1100 Subject: Feature [feature-requests:#1474] Move EOL string function to Document and return string_view. --- src/Editor.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index 85d95e21d..d757dd4c4 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -608,8 +608,6 @@ protected: // ScintillaBase subclass needs access to much of Editor Scintilla::sptr_t StyleGetMessage(Scintilla::Message iMessage, Scintilla::uptr_t wParam, Scintilla::sptr_t lParam); void SetSelectionNMessage(Scintilla::Message iMessage, Scintilla::uptr_t wParam, Scintilla::sptr_t lParam); - static const char *StringFromEOLMode(Scintilla::EndOfLine eolMode) noexcept; - // Coercion functions for transforming WndProc parameters into pointers static void *PtrFromSPtr(Scintilla::sptr_t lParam) noexcept { return reinterpret_cast(lParam); -- cgit v1.2.3