diff options
| -rw-r--r-- | src/Catalogue.cxx | 7 | 
1 files changed, 1 insertions, 6 deletions
| 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 <neilh@scintilla.org> @@ -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 | 
