aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-05-19 11:43:33 +1000
committerNeil <nyamatongwe@gmail.com>2020-05-19 11:43:33 +1000
commitac2e28f9de128de48e1b43ca96bb8baa6d7aba41 (patch)
tree0989c3ce91307697b6d008e3e7f750617475b8ed
parent69769659dd983fe3a9ee9d4635d9cd8e8c1f2736 (diff)
downloadscintilla-mirror-ac2e28f9de128de48e1b43ca96bb8baa6d7aba41.tar.gz
Backport: Remove call to ScintillaData as result not used.
Backport of changeset 8239:4eb7d319b622.
-rw-r--r--scripts/CheckMentioned.py2
1 files changed, 0 insertions, 2 deletions
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 = {}