IDE: clean up

git-svn-id: trunk@35950 -
This commit is contained in:
mattias 2012-03-13 23:00:03 +00:00
parent 9f12b07c98
commit 3565bdf474

View File

@ -3861,12 +3861,12 @@ end;
procedure TProject.SetModified(const AValue: boolean);
begin
{ $IFDEF VerboseTProjectSetModified}
{$IFDEF VerboseTProjectSetModified}
if Modified<>AValue then begin
debugln(['TProject.SetModified ================= ',AValue]);
DumpStack;
end;
{ $ENDIF}
{$ENDIF}
if fDestroying then exit;
inherited SetModified(AValue);