mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 09:00:33 +02:00
IDE: TProject.LoadFromSession is never called with prfLoadParts flag, remove test.
git-svn-id: trunk@45631 -
This commit is contained in:
parent
40a84ea443
commit
bbbdc686ac
@ -2916,8 +2916,7 @@ begin
|
||||
FFileVersion:=FXMLConfig.GetValue(Path+'Version/Value',0);
|
||||
|
||||
// load MacroValues and compiler options
|
||||
if FReadFlags <> [prfLoadParts] then // Test for: prfLoadParts, no prfLoadPartBuildModes
|
||||
BuildModes.LoadSessionFromXMLConfig(FXMLConfig, Path, prfLoadParts in FReadFlags);
|
||||
BuildModes.LoadSessionFromXMLConfig(FXMLConfig, Path, prfLoadParts in FReadFlags);
|
||||
|
||||
// load custom defines
|
||||
LoadCustomDefines(Path);
|
||||
|
Loading…
Reference in New Issue
Block a user