Skip to content

Commit db7e3b3

Browse files
committed
Remove redundant compiler settings keys
In an earlier commit list ordering keys were added to TCompilerSettings, (either speculatively or by mistake). These keys were removed as they are not used.
1 parent a2c5f68 commit db7e3b3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Src/Compilers.USettings.pas

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ TCompilerSettings = class(TNoConstructObject)
2727
const
2828
AllCompilersConfigSection = ssCompilers;
2929
PermitStartupDetectionKey = 'PermitStartupDetection';
30-
ListFPCAtTopKey = 'Lists:FPCAtTop';
31-
ListDelphiOldestFirstKey = 'Lists:DelphiOldestFirst';
3230
class function ReadStorage: ISettingsSection;
3331
class procedure DoSaveProperty(const WriteProp: TProc<ISettingsSection>);
3432
class procedure SaveProperty(const Key: string; const Value: Boolean);

0 commit comments

Comments
 (0)