refactor: remove the reference property

This commit is contained in:
Michel Jonathan Schmitz
2019-01-28 16:43:28 +01:00
committed by Jovan Krunić
parent 38257c0d39
commit bd3d3820c6

View File

@@ -115,11 +115,6 @@ export interface SCDishCharacteristic {
* Name of the characteristic * Name of the characteristic
*/ */
name: string; name: string;
/**
* A footnote number, hinting towards the name.
*/
reference?: number;
} }
/** /**