From 80a1e22a987c4e749dd03500edc3ac4e189537c5 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 12 Feb 2023 12:01:21 +1100 Subject: Feature [feature-requests:#1476] Move default representation code into SpecialRepresentations class. --- src/EditView.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/EditView.h') 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); -- cgit v1.2.3