diff options
author | Neil <nyamatongwe@gmail.com> | 2013-08-14 09:06:08 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-08-14 09:06:08 +1000 |
commit | c2531108a09be7502429ff8ea2bc18772790da63 (patch) | |
tree | ee283569e68f1d27b160d5839502f58b4b97d1b0 | |
parent | 2e4a7d1e3454a5b1eeef5d661dfcf5ceeca332c7 (diff) | |
download | scintilla-mirror-c2531108a09be7502429ff8ea2bc18772790da63.tar.gz |
Remove archaic wxForceScintillaLexers function since wxWidgets now uses
Scintilla_LinkLexers.
Fix comment with file name.
-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 |