diff options
author | Neil <nyamatongwe@gmail.com> | 2020-04-16 20:06:00 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2020-04-16 20:06:00 +1000 |
commit | 354b184054b43184961a254ea795c6bad4aafcb5 (patch) | |
tree | c2e0fad484465323938cf7f5dc11f95060b60b90 /lexilla/scripts/LexillaGen.py | |
parent | 300fadb03ce9a47e3b88233545b1a8cf6ff9cdb1 (diff) | |
download | scintilla-mirror-354b184054b43184961a254ea795c6bad4aafcb5.tar.gz |
Remove dead code.
Diffstat (limited to 'lexilla/scripts/LexillaGen.py')
-rw-r--r-- | lexilla/scripts/LexillaGen.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lexilla/scripts/LexillaGen.py b/lexilla/scripts/LexillaGen.py index b0f3fae02..605329189 100644 --- a/lexilla/scripts/LexillaGen.py +++ b/lexilla/scripts/LexillaGen.py @@ -41,12 +41,5 @@ def RegenerateAll(root): UpdateLineInFile(rcPath, "#define VERSION_WORDS", "#define VERSION_WORDS " + versionCommad) - #~ startDir = os.getcwd() - #~ os.chdir(os.path.join(scintillaBase, "win32")) - #~ win32.DepGen.Generate() - #~ os.chdir(os.path.join(scintillaBase, "gtk")) - #~ gtk.DepGen.Generate() - #~ os.chdir(startDir) - if __name__=="__main__": RegenerateAll(os.path.join("..", "..")) |