POChecker: clean up

git-svn-id: trunk@62115 -
This commit is contained in:
maxim 2019-10-24 22:53:45 +00:00
parent 8f963bb572
commit a8aba970ab
2 changed files with 2 additions and 8 deletions

View File

@ -9,7 +9,8 @@ interface
uses
ResultDlg, PoFamilies, pocheckermain, pocheckerconsts, GraphStat,
PoCheckerSettings, PoCheckerXMLConfig, LazarusPackageIntf;
PoCheckerSettings, PoCheckerXMLConfig, PoCheckerMemoDlg, PoFamilyLists,
LazarusPackageIntf;
implementation

View File

@ -154,7 +154,6 @@ const
pLangFilter = 'LanguageFilter/';
pLangPath = 'LanguageFiles/';
pTestTypes = 'TestTypes/';
pTestOptions = 'TestOptions/';
pWindowsGeometry = 'General/WindowsGeometry/';
pMasterPoFiles = 'MasterPoFiles/';
pMasterPoSelection = 'MasterPoSelection/';
@ -579,9 +578,6 @@ begin
try
FConfig.SetDeleteValue('Version','1.0','');
RemoveUnwantedPaths;
//the next line can be removed after some time
SaveTestTypes;
SaveExternalEditorName;
SaveSelectDirectoryFilename;
@ -591,9 +587,6 @@ begin
SaveDisableAntialiasing;
SaveMasterPoList;
SaveMasterPoSelList;
//not used anymore, clear it. Remove this line after a while
FConfig.WriteToDisk;
except
debugln('TPoCheckerSettings.SaveConfig: Error saving config.');