From 4120b34e5c7bd5837ded943344270b2d9e26cd90 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 8 Aug 2013 17:59:56 +1000 Subject: Move functionality from Editor to ViewStyle. controlCharSymbol setting moved along with calculated fields for tab width and control symbols. Use of TextSegment simplified and variables made const where possible. --- src/Editor.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index 52d38afc4..1a74a86db 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -186,7 +186,6 @@ protected: // ScintillaBase subclass needs access to much of Editor int printColourMode; int printWrapState; int cursorMode; - int controlCharSymbol; // Highlight current folding block HighlightDelimiter highlightDelimiter; -- cgit v1.2.3