From 354b184054b43184961a254ea795c6bad4aafcb5 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 16 Apr 2020 20:06:00 +1000 Subject: Remove dead code. --- lexilla/scripts/LexillaGen.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lexilla/scripts') 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("..", "..")) -- cgit v1.2.3