removed uneeded call to TCollection.Changed()

this method is related to the FCL oberver system, not used here
This commit is contained in:
Basile Burg 2015-05-15 09:16:55 +02:00
parent 120602356b
commit 528bf566f0
1 changed files with 0 additions and 2 deletions

View File

@ -1152,13 +1152,11 @@ begin
fName := aValue;
if fName = '' then
fName := nameFromID;
Changed(true);
doChanged;
end;
procedure TCompilerConfiguration.subOptsChanged(sender: TObject);
begin
Changed(true);
doChanged;
end;