Skip to content

Commit 275b0e8

Browse files
cleanup
1 parent 2d8f78d commit 275b0e8

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Core/Project/DPM.Core.Project.Editor.pas

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,6 @@ function TProjectEditor.LoadPackageRefences : boolean;
612612
result := false;
613613
exit;
614614
end;
615-
//platform := TDPMPlatform.UnknownPlatform;
616615
//if we have a parent that isn't root then we will use it's platform
617616
if (parentReference <> nil) and (not parentReference.IsRoot) then
618617
platform := parentReference.Platform

Source/IDE/Options/DPM.IDE.Options.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ function TDPMIDEOptions.SaveToFile(const fileName: string): Boolean;
258258
sFileName : string;
259259
jsonObj : TJsonObject;
260260
begin
261+
result := false;
261262
if fileName <> '' then
262263
sFileName := fileName
263264
else

0 commit comments

Comments
 (0)