mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 12:12:25 +02:00
IDE: clean up
This commit is contained in:
parent
4b9fb1e051
commit
9140e0e4a2
@ -150,7 +150,6 @@ begin
|
|||||||
ProjectTypeCB.ItemIndex := i;
|
ProjectTypeCB.ItemIndex := i;
|
||||||
|
|
||||||
CheckFPPkgCheckBox.Checked:=FppkgCheck;
|
CheckFPPkgCheckBox.Checked:=FppkgCheck;
|
||||||
debugln(['TIdeStartupFrame.ReadSettings ',CheckFPPkgCheckBox.Checked,' ',FppkgCheck]);
|
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -168,7 +167,6 @@ begin
|
|||||||
NewProjectTemplateAtStart := pd.Name;
|
NewProjectTemplateAtStart := pd.Name;
|
||||||
|
|
||||||
FppkgCheck:=CheckFPPkgCheckBox.Checked;
|
FppkgCheck:=CheckFPPkgCheckBox.Checked;
|
||||||
debugln(['TIdeStartupFrame.WriteSettings FppkgCheck=',FppkgCheck,' ',CheckFPPkgCheckBox.Checked]);
|
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user