From 868780c1a7b664d0453c3921baed3ddfa5a2e4c3 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 19 May 2020 11:43:33 +1000 Subject: Remove call to ScintillaData as result not used. --- 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 c80fb2356..bcbbaa6c9 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", @@ -104,7 +103,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