mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-02 18:37:38 +01:00
POChecker: clean up
git-svn-id: trunk@62115 -
This commit is contained in:
parent
8f963bb572
commit
a8aba970ab
@ -9,7 +9,8 @@ interface
|
||||
|
||||
uses
|
||||
ResultDlg, PoFamilies, pocheckermain, pocheckerconsts, GraphStat,
|
||||
PoCheckerSettings, PoCheckerXMLConfig, LazarusPackageIntf;
|
||||
PoCheckerSettings, PoCheckerXMLConfig, PoCheckerMemoDlg, PoFamilyLists,
|
||||
LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
|
||||
@ -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.');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user