commit 8838f7cba7ca63d90bef7ea0205e3c20a38f0b73
Author: Richard Kimberly Heck <[email protected]>
Date: Sun Dec 9 16:08:44 2018 -0500
Remove unnecessary file.
---
.../packaging/installer/DictionaryMirrors.txt | 22 --------------------
.../Win32/packaging/installer/setup/install.nsh | 2 -
2 files changed, 0 insertions(+), 24 deletions(-)
diff --git a/development/Win32/packaging/installer/DictionaryMirrors.txt
b/development/Win32/packaging/installer/DictionaryMirrors.txt
deleted file mode 100644
index 99a4590..0000000
--- a/development/Win32/packaging/installer/DictionaryMirrors.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-astuteinternet
-ayera
-cfhcable
-cytranet
-excellmedia
-freefr
-iweb
-jaist
-kent
-liquidtelecom
-nchc
-netcologne
-netix
-netcologne
-newcontinuum
-phoenixnap
-razaoinfo
-superb-dca2
-superb-sea2
-ufpr
-versaweb
-vorboss
diff --git a/development/Win32/packaging/installer/setup/install.nsh
b/development/Win32/packaging/installer/setup/install.nsh
index 53196e3..e5a5936 100644
--- a/development/Win32/packaging/installer/setup/install.nsh
+++ b/development/Win32/packaging/installer/setup/install.nsh
@@ -145,8 +145,6 @@ Section -ProgramFiles SecProgramFiles
${if} $ThesCodes != ""
Call InstallThesaurusDictionaries # Function from dictionaries.nsh
${endif}
- # finally delete the list of mirrors
- Delete "$INSTDIR\Resources\DictionaryMirrors.txt"
# Create uninstaller
WriteUninstaller "$INSTDIR\${SETUP_UNINSTALLER}"