IDE: checked compiler warnings, clean up

git-svn-id: trunk@48235 -
This commit is contained in:
mattias 2015-03-10 15:51:15 +00:00
parent 7ed7fbad89
commit 58ccd15d06
2 changed files with 3 additions and 3 deletions

View File

@ -237,7 +237,7 @@ procedure ShowMacroListViewer;
procedure UpdateMacroListViewer;
procedure DoEditorMacroStateChanged;
procedure LoadProjectSpecificInfo(XMLConfig: TXMLConfig; Merge: boolean);
procedure LoadProjectSpecificInfo(XMLConfig: TXMLConfig);
procedure SaveProjectSpecificInfo(XMLConfig: TXMLConfig; Flags: TProjectWriteFlags);
procedure LoadGlobalInfo;
procedure SaveGlobalInfo;
@ -334,7 +334,7 @@ begin
MacroListView.DoEditorMacroStateChanged;
end;
procedure LoadProjectSpecificInfo(XMLConfig: TXMLConfig; Merge: boolean);
procedure LoadProjectSpecificInfo(XMLConfig: TXMLConfig);
begin
MacroListViewer.FIgnoreMacroChanges := True;
try

View File

@ -5543,7 +5543,7 @@ begin
DebugBoss.LoadProjectSpecificInfo(XMLConfig,Merge);
if (TheProject=Project1) then
EditorMacroListViewer.LoadProjectSpecificInfo(XMLConfig, Merge);
EditorMacroListViewer.LoadProjectSpecificInfo(XMLConfig);
end;
procedure TMainIDE.OnSaveProjectInfoToXMLConfig(TheProject: TProject;