aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/ScintillaGTK.cxx
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 /gtk/ScintillaGTK.cxx
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 'gtk/ScintillaGTK.cxx')
-rwxr-xr-xgtk/ScintillaGTK.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx
index 9e51f5c98..f8a2b5c9b 100755
--- a/gtk/ScintillaGTK.cxx
+++ b/gtk/ScintillaGTK.cxx
@@ -3030,9 +3030,6 @@ GType scintilla_object_get_type() {
void ScintillaGTK::ClassInit(OBJECT_CLASS *object_class, GtkWidgetClass *widget_class, GtkContainerClass *container_class) {
Platform_Initialise();
-#ifdef SCI_LEXER
- Scintilla_LinkLexers();
-#endif
atomUTF8 = gdk_atom_intern("UTF8_STRING", FALSE);
atomString = GDK_SELECTION_TYPE_STRING;
atomUriList = gdk_atom_intern("text/uri-list", FALSE);