From 43033307b9b7dd27c449497e9a4db8daec2b2929 Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Wed, 3 Sep 2014 10:23:42 +1000 Subject: Remove unused function. --- lexers/LexBibTeX.cxx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lexers/LexBibTeX.cxx b/lexers/LexBibTeX.cxx index 1bb7bdff1..cdbce8d49 100644 --- a/lexers/LexBibTeX.cxx +++ b/lexers/LexBibTeX.cxx @@ -76,11 +76,6 @@ namespace { return IsEntryStart(sc.chPrev, sc.ch); } - bool IsNextEntryStart(const StyleContext& sc) - { - return IsEntryStart(sc.ch, sc.chNext); - } - void ColorizeBibTeX(unsigned start_pos, int length, int /*init_style*/, WordList* keywordlists[], Accessor& styler) { WordList &EntryNames = *keywordlists[0]; -- cgit v1.2.3