mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 18:20:00 +02:00
Cleanup
git-svn-id: trunk@49553 -
This commit is contained in:
parent
0b58f12ca9
commit
afc1272cf2
@ -995,8 +995,7 @@ begin
|
||||
Result:=mrOk;
|
||||
end;
|
||||
|
||||
function TProjectDescriptor.CreateStartFiles(AProject: TLazProject
|
||||
): TModalResult;
|
||||
function TProjectDescriptor.CreateStartFiles(AProject: TLazProject): TModalResult;
|
||||
begin
|
||||
Result:=mrOk;
|
||||
end;
|
||||
|
@ -1740,7 +1740,7 @@ begin
|
||||
FXMLCfg.SetDeleteValue(Path+'CompilerMessagesFilename/Value',CompilerMessagesFilename,'');
|
||||
SaveRecentList(FXMLCfg,FCompilerMessagesFileHistory,Path+'CompilerMessagesFilename/History/');
|
||||
|
||||
// Primary-conyfig vurification
|
||||
// Primary-config verification
|
||||
FXMLCfg.SetDeleteValue(Path+'LastCalledByLazarusFullPath/Value',FLastCalledByLazarusFullPath,'');
|
||||
|
||||
// global buid options
|
||||
|
Loading…
Reference in New Issue
Block a user