From bb70e95abca64e9df014c0b9adad65a1dbb4eec4 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 14 Aug 2013 09:06:08 +1000 Subject: Remove archaic wxForceScintillaLexers function since wxWidgets now uses Scintilla_LinkLexers. Fix comment with file name. --- src/Catalogue.cxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src') diff --git a/src/Catalogue.cxx b/src/Catalogue.cxx index cd1fafd2d..af07fe57f 100644 --- a/src/Catalogue.cxx +++ b/src/Catalogue.cxx @@ -1,5 +1,5 @@ // Scintilla source code edit control -/** @file KeyWords.cxx +/** @file Catalogue.cxx ** Colourise for particular languages. **/ // Copyright 1998-2002 by Neil Hodgson @@ -60,11 +60,6 @@ void Catalogue::AddLexerModule(LexerModule *plm) { lexerCatalogue.push_back(plm); } -// Alternative historical name for Scintilla_LinkLexers -int wxForceScintillaLexers(void) { - return Scintilla_LinkLexers(); -} - // To add or remove a lexer, add or remove its file and run LexGen.py. // Force a reference to all of the Scintilla lexers so that the linker will -- cgit v1.2.3