From ac2e28f9de128de48e1b43ca96bb8baa6d7aba41 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 19 May 2020 11:43:33 +1000 Subject: Backport: Remove call to ScintillaData as result not used. Backport of changeset 8239:4eb7d319b622. --- scripts/CheckMentioned.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts/CheckMentioned.py') diff --git a/scripts/CheckMentioned.py b/scripts/CheckMentioned.py index 379225fe1..35610be14 100644 --- a/scripts/CheckMentioned.py +++ b/scripts/CheckMentioned.py @@ -11,7 +11,6 @@ srcRoot = "../.." sys.path.append(srcRoot + "/scintilla/scripts") import Face -import ScintillaData uninteresting = { "SCINTILLA_H", "SCI_START", "SCI_LEXER_START", "SCI_OPTIONAL_START", @@ -107,7 +106,6 @@ def makeSig(params): pathIface = srcRoot + "/scintilla/include/Scintilla.iface" def retrieveFeatures(): - sci = ScintillaData.ScintillaData(srcRoot + "/scintilla/") face = Face.Face() face.ReadFromFile(pathIface) sciToFeature = {} -- cgit v1.2.3