planned maintenance for bug #293

xref ab68e7287e
This commit is contained in:
Basile Burg 2018-07-03 10:52:45 +02:00
parent e2118ceabc
commit 38e4e41abb
1 changed files with 0 additions and 11 deletions

View File

@ -331,10 +331,6 @@ constructor TCED2SynPresetsLoaderForm.Create(AOwner: TComponent);
var
fname: string;
pnl: TPanel;
i: integer;
const
h: array[0..5] of string = ('bright', 'dark', 'Mustard', 'Mars bright',
'Mars dark', 'Soft dust');
begin
inherited;
fBackup:= TCED2SynPreset.Create(nil);
@ -343,13 +339,6 @@ begin
if fname.fileExists then
fPresets.loadFromFile(fname);
//TODO-cmaintenance: remove this the second version following 3.6.7
for i:= 5 downto 0 do
begin
if (i < fPresets.count) and (fPresets[i].name = h[i]) then
fPresets.fCollection.Delete(i);
end;
with fPresets.insertPreset(0) do
begin
fIsHardcoded := true;