From b6d260731bddb23d63f4a0990305b1d9501f7cf8 Mon Sep 17 00:00:00 2001 From: mitchell Date: Fri, 3 Jan 2020 19:46:53 -0500 Subject: Backport: Move collection of modules from Catalogue.cxx to CatalogueModules.h so it can be reused. Backport of changeset 7866:fff1071ea1db. --- cocoa/ScintillaCocoa.mm | 1 - 1 file changed, 1 deletion(-) (limited to 'cocoa') diff --git a/cocoa/ScintillaCocoa.mm b/cocoa/ScintillaCocoa.mm index 6280a7912..ee4a73fdc 100644 --- a/cocoa/ScintillaCocoa.mm +++ b/cocoa/ScintillaCocoa.mm @@ -444,7 +444,6 @@ ScintillaCocoa::~ScintillaCocoa() */ void ScintillaCocoa::Init() { - Scintilla_LinkLexers(); // Tell Scintilla not to buffer: Quartz buffers drawing for us. WndProc(SCI_SETBUFFEREDDRAW, 0, 0); -- cgit v1.2.3