aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2019-12-31 15:50:48 +1100
committerNeil <nyamatongwe@gmail.com>2019-12-31 15:50:48 +1100
commitf142d93df48c3b9e07edd25425627ddeeb071520 (patch)
treef7b50820c0c62966e7a384ec8e5a6e689db44c39 /cocoa
parent431daa97eb571282cdbc9c787098ad17f811e924 (diff)
downloadscintilla-mirror-f142d93df48c3b9e07edd25425627ddeeb071520.tar.gz
Move collection of modules from Catalogue.cxx to CatalogueModules.h so it can
be reused.
Diffstat (limited to 'cocoa')
-rw-r--r--cocoa/ScintillaCocoa.mm1
1 files changed, 0 insertions, 1 deletions
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);