aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Document.h
diff options
context:
space:
mode:
authorZufu Liu <unknown>2021-07-03 13:21:38 +1000
committerZufu Liu <unknown>2021-07-03 13:21:38 +1000
commita2d23bd463e65f532301b682b64cd02b8a57716b (patch)
tree1d8129cc58281e1134ebf3884273f458bfeebef4 /src/Document.h
parent9cda372c64c8920d2e910825161a8ed882b417b3 (diff)
downloadscintilla-mirror-a2d23bd463e65f532301b682b64cd02b8a57716b.tar.gz
Feature [feature-requests:#1408] Simplify code, remove IsDBCSTrailByteInvalid.
Drop temporary test for IsDBCSTrailByteNoExcept.
Diffstat (limited to 'src/Document.h')
-rw-r--r--src/Document.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Document.h b/src/Document.h
index 88392c1a2..c40ce2a44 100644
--- a/src/Document.h
+++ b/src/Document.h
@@ -331,7 +331,6 @@ public:
bool IsDBCSLeadByteNoExcept(char ch) const noexcept;
bool IsDBCSTrailByteNoExcept(char ch) const noexcept;
bool IsDBCSLeadByteInvalid(char ch) const noexcept;
- bool IsDBCSTrailByteInvalid(char ch) const noexcept;
int DBCSDrawBytes(std::string_view text) const noexcept;
int SafeSegment(const char *text, int length, int lengthSegment) const noexcept;
EncodingFamily CodePageFamily() const noexcept;