From f142d93df48c3b9e07edd25425627ddeeb071520 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 31 Dec 2019 15:50:48 +1100 Subject: Move collection of modules from Catalogue.cxx to CatalogueModules.h so it can be reused. --- cocoa/ScintillaCocoa.mm | 1 - 1 file changed, 1 deletion(-) (limited to 'cocoa') diff --git a/cocoa/ScintillaCocoa.mm b/cocoa/ScintillaCocoa.mm index fb401b74a..6c975beb3 100644 --- a/cocoa/ScintillaCocoa.mm +++ b/cocoa/ScintillaCocoa.mm @@ -423,7 +423,6 @@ ScintillaCocoa::~ScintillaCocoa() { * Core initialization of the control. Everything that needs to be set up happens here. */ void ScintillaCocoa::Init() { - Scintilla_LinkLexers(); // Tell Scintilla not to buffer: Quartz buffers drawing for us. WndProc(SCI_SETBUFFEREDDRAW, 0, 0); -- cgit v1.2.3