aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/ScintillaWin.cxx
diff options
context:
space:
mode:
authormitchell <unknown>2020-01-03 19:46:53 -0500
committermitchell <unknown>2020-01-03 19:46:53 -0500
commitb6d260731bddb23d63f4a0990305b1d9501f7cf8 (patch)
tree2ec6039f887cb14498e469973b68aaca7a2c939e /win32/ScintillaWin.cxx
parent8eb134dbbd44002f3acd90d91550875f161136fa (diff)
downloadscintilla-mirror-b6d260731bddb23d63f4a0990305b1d9501f7cf8.tar.gz
Backport: Move collection of modules from Catalogue.cxx to CatalogueModules.h so it can be reused.
Backport of changeset 7866:fff1071ea1db.
Diffstat (limited to 'win32/ScintillaWin.cxx')
-rw-r--r--win32/ScintillaWin.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx
index b6bd350bc..2e62a62ca 100644
--- a/win32/ScintillaWin.cxx
+++ b/win32/ScintillaWin.cxx
@@ -3465,9 +3465,6 @@ LRESULT PASCAL ScintillaWin::SWndProc(
int Scintilla_RegisterClasses(void *hInstance) {
Platform_Initialise(hInstance);
const bool result = ScintillaWin::Register(static_cast<HINSTANCE>(hInstance));
-#ifdef SCI_LEXER
- Scintilla_LinkLexers();
-#endif
return result;
}