diff options
Diffstat (limited to 'tools/Langpack Suite/Form1.cs')
-rw-r--r-- | tools/Langpack Suite/Form1.cs | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/tools/Langpack Suite/Form1.cs b/tools/Langpack Suite/Form1.cs index 2a2aa17e69..99c9979c42 100644 --- a/tools/Langpack Suite/Form1.cs +++ b/tools/Langpack Suite/Form1.cs @@ -295,25 +295,6 @@ namespace Langpack_Suite }
LangPack.WriteLine("");
- if (File.Exists(FolderName + "\\=dbtool=.txt"))
- {
- ReadFile = new StreamReader(FolderName + "\\=dbtool=.txt");
- while ((s = ReadFile.ReadLine()) != null)
- {
- LangPack.WriteLine(s);
- }
- ReadFile.Close();
- }
- else
- {
- LocaleText = rm.GetString("DbtoolNotFound", culture);
- InfMessageLangBox.Text = InfMessageLangBox.Text + LocaleText + "\r\n";
- LocaleText = rm.GetString("GenStop", culture);
- InfMessageLangBox.Text = InfMessageLangBox.Text + LocaleText;
- return;
- }
-
- LangPack.WriteLine("");
if (File.Exists(FolderName + "\\=DUPES=.txt"))
{
ReadFile = new StreamReader(FolderName + "\\=DUPES=.txt");
@@ -498,25 +479,6 @@ namespace Langpack_Suite }
LangPack.WriteLine("");
- if (File.Exists(FolderName + "\\=dbtool=.txt"))
- {
- ReadFile = new StreamReader(FolderName + "\\=dbtool=.txt");
- while ((s = ReadFile.ReadLine()) != null)
- {
- LangPack.WriteLine(s);
- }
- ReadFile.Close();
- }
- else
- {
- LocaleText = rm.GetString("DbtoolNotFound", culture);
- InfMessageLangBox.Text = InfMessageLangBox.Text + LocaleText + "\r\n";
- LocaleText = rm.GetString("GenStop", culture);
- InfMessageLangBox.Text = InfMessageLangBox.Text + LocaleText;
- return;
- }
-
- LangPack.WriteLine("");
if (File.Exists(FolderName + "\\=DUPES=.txt"))
{
ReadFile = new StreamReader(FolderName + "\\=DUPES=.txt");
|