Suppression d'un getter devenu inutile.

This commit is contained in:
Fabrice PENHOËT 2021-11-03 11:31:34 +01:00
parent 67dfe1d4d3
commit 530fa07b19
1 changed files with 0 additions and 5 deletions

View File

@ -89,11 +89,6 @@ export class FreeDatas2HTML
return this._fields;
}
get datas2Rend(): {[index: string]:string}[]
{
return this._datas2Rend;
}
get nbDatasValid(): number
{
return this._nbDatasValid;