diff options
author | nyamatongwe <devnull@localhost> | 2010-07-17 09:30:29 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2010-07-17 09:30:29 +1000 |
commit | 4a8ccb99397095537a5b3bbdbb9394115cc74288 (patch) | |
tree | 837fb44add35ecc16900c57198c72000f4e16ccc | |
parent | 31c9f13fe7a6d40e86791c2f291732781f564b0e (diff) | |
download | scintilla-mirror-4a8ccb99397095537a5b3bbdbb9394115cc74288.tar.gz |
Removed dead comment.
-rw-r--r-- | src/LexGen.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/LexGen.py b/src/LexGen.py index 295e484ab..ae7e98d97 100644 --- a/src/LexGen.py +++ b/src/LexGen.py @@ -292,9 +292,6 @@ def RegenerateAll(): Regenerate(root + "scintilla/src/Catalogue.cxx", "//", NATIVE, lexerModules) Regenerate(root + "scintilla/win32/scintilla.mak", "#", NATIVE, lexFiles) Regenerate(root + "scintilla/win32/scintilla_vc6.mak", "#", NATIVE, lexFiles) - # Use Unix EOLs for gtk Makefiles so they work for Linux users when - # extracted from the Scintilla source ZIP (typically created on - # Windows). if os.path.exists(root + "scite"): Regenerate(root + "scite/win32/makefile", "#", NATIVE, lexFiles, propFiles) Regenerate(root + "scite/win32/scite.mak", "#", NATIVE, lexFiles, propFiles) |