summaryrefslogtreecommitdiff
path: root/tools/Langpack Suite/Form1.cs
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Langpack Suite/Form1.cs')
-rw-r--r--tools/Langpack Suite/Form1.cs32
1 files changed, 0 insertions, 32 deletions
diff --git a/tools/Langpack Suite/Form1.cs b/tools/Langpack Suite/Form1.cs
index d3886f342e..c9707f5f78 100644
--- a/tools/Langpack Suite/Form1.cs
+++ b/tools/Langpack Suite/Form1.cs
@@ -357,22 +357,6 @@ namespace Langpack_Suite
return;
}
- LangPack.WriteLine("");
- if (File.Exists(FolderName + "\\=DUPES=.txt"))
- {
- ReadFile = new StreamReader(FolderName + "\\=DUPES=.txt");
- while ((s = ReadFile.ReadLine()) != null)
- {
- LangPack.WriteLine(s);
- }
- ReadFile.Close();
- }
- else
- {
- LocaleText = rm.GetString("DupesNotFound", culture);
- InfMessageLangBox.Text = InfMessageLangBox.Text + LocaleText + "\r\n";
- }
-
rf = new FileStream(vipath, FileMode.Open, FileAccess.Read);
rf.Read(buffer, 0, 3);
rf.Close();
@@ -575,22 +559,6 @@ namespace Langpack_Suite
return;
}
- LangPack.WriteLine("");
- if (File.Exists(FolderName + "\\=DUPES=.txt"))
- {
- ReadFile = new StreamReader(FolderName + "\\=DUPES=.txt");
- while ((s = ReadFile.ReadLine()) != null)
- {
- LangPack.WriteLine(s);
- }
- ReadFile.Close();
- }
- else
- {
- LocaleText = rm.GetString("DupesNotFound", culture);
- InfMessageLangBox.Text = InfMessageLangBox.Text + LocaleText + "\r\n";
- }
-
DirectoryInfo PluginsDir = new DirectoryInfo(FolderName + "\\Plugins");
foreach (FileInfo fi in PluginsDir.GetFiles())
{