aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/EditView.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2023-02-12 12:01:21 +1100
committerNeil <nyamatongwe@gmail.com>2023-02-12 12:01:21 +1100
commit80a1e22a987c4e749dd03500edc3ac4e189537c5 (patch)
tree1dc58be5e57c8c77036e2201806ac7f20dd38dfb /src/EditView.h
parent1b585d29ad82606c327294837e27ffcd7a66172b (diff)
downloadscintilla-mirror-80a1e22a987c4e749dd03500edc3ac4e189537c5.tar.gz
Feature [feature-requests:#1476] Move default representation code into
SpecialRepresentations class.
Diffstat (limited to 'src/EditView.h')
-rw-r--r--src/EditView.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/EditView.h b/src/EditView.h
index 21ef196c3..affb4663e 100644
--- a/src/EditView.h
+++ b/src/EditView.h
@@ -40,7 +40,6 @@ void DrawTextNoClipPhase(Surface *surface, PRectangle rc, const Style &style, XY
std::string_view text, DrawPhase phase);
void DrawStyledText(Surface *surface, const ViewStyle &vs, int styleOffset, PRectangle rcText,
const StyledText &st, size_t start, size_t length, DrawPhase phase);
-void Hexits(char *hexits, int ch) noexcept;
typedef void (*DrawTabArrowFn)(Surface *surface, PRectangle rcTab, int ymid,
const ViewStyle &vsDraw, Stroke stroke);