aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--lexers/LexBibTeX.cxx5
1 files changed, 0 insertions, 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];