aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexGen.py
diff options
context:
space:
mode:
authornyamatongwe <unknown>2010-07-17 09:30:29 +1000
committernyamatongwe <unknown>2010-07-17 09:30:29 +1000
commita50e4b8dc60572c170f7584b11b6a5be90860039 (patch)
treef5e7fdf53558e54b507eb9b568f3e09129af99f1 /src/LexGen.py
parentd28ffde2997be8a01ed9cff79e1575ad22c4f6f5 (diff)
downloadscintilla-mirror-a50e4b8dc60572c170f7584b11b6a5be90860039.tar.gz
Removed dead comment.
Diffstat (limited to 'src/LexGen.py')
-rw-r--r--src/LexGen.py3
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)