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 | bb70e95abca64e9df014c0b9adad65a1dbb4eec4 (patch) | |
tree | 1e019562e37044c864bd0d5215bc8a4caf7d48ab | |
parent | 10246ea550d3d9f09f4e2f590e14baf4bccef9db (diff) | |
download | scintilla-mirror-bb70e95abca64e9df014c0b9adad65a1dbb4eec4.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 |