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