Having unused property adversely affects code readability, as their presence is confusing. Code that is never used should be removed to keep codebases clean and maintainable.
Note that this rule excludes unused published properties, as these are often accessed via reflection or used by the Delphi IDE for design-time configuration.
Remove the unused property.