From 2ab821f5894bd3235eae7bd42d1d4671056abca8 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 11 Mar 2014 10:16:44 +1100 Subject: Remove function no longer called. --- src/PositionCache.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src') diff --git a/src/PositionCache.cxx b/src/PositionCache.cxx index 90a3f02f0..664003c7e 100644 --- a/src/PositionCache.cxx +++ b/src/PositionCache.cxx @@ -43,11 +43,6 @@ using namespace Scintilla; #endif -static inline bool IsControlCharacter(int ch) { - // iscntrl returns true for lots of chars > 127 which are displayable - return ch >= 0 && ch < ' '; -} - LineLayout::LineLayout(int maxLineLength_) : lineStarts(0), lenLineStarts(0), -- cgit v1.2.3