diff --git a/src/ce_symstring.pas b/src/ce_symstring.pas index f348194e..5ad03301 100644 --- a/src/ce_symstring.pas +++ b/src/ce_symstring.pas @@ -120,9 +120,6 @@ end; procedure TCESymbolExpander.projChanged(project: ICECommonProject); begin - fProjInterface := project; - if fProj <> project.getProject then - exit; fNeedUpdate := true; end;