[dasher/relicence] Revert "Update AlphIO.cpp"



commit ab838f25390c9420f9e1bcbb103c9a2341743c91
Author: Gavin Henderson <gavin henderson hotmail co uk>
Date:   Thu Mar 3 15:11:51 2022 +0000

    Revert "Update AlphIO.cpp"
    
    This reverts commit 7a7121a160489a87396a8789408644cc0db46226.

 Src/DasherCore/Alphabet/AlphIO.cpp | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/Src/DasherCore/Alphabet/AlphIO.cpp b/Src/DasherCore/Alphabet/AlphIO.cpp
index 6e3757c4..9b72d38a 100644
--- a/Src/DasherCore/Alphabet/AlphIO.cpp
+++ b/Src/DasherCore/Alphabet/AlphIO.cpp
@@ -96,7 +96,6 @@ CAlphInfo *CAlphIO::CreateDefault() {
   Default.Mutable = false;
   Default.TrainingFile = "training_english_GB.txt";
   Default.GameModeFile = "gamemode_english_GB.txt";
-  Default.LanguageCode = "en-GB";
   Default.PreferredColours = "Default";
   std::string Chars = "abcdefghijklmnopqrstuvwxyz";
 
@@ -406,7 +405,6 @@ void CAlphIO::XmlEndHandler(const XML_Char *name) {
     InputInfo->TrainingFile = CData;
     return;
   }
-  
   if(strcmp(name, "gamemode") == 0) {
     InputInfo->GameModeFile = CData;
     return;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]