From bd3d3820c68110bb9ee0f1ade29353cdaf807694 Mon Sep 17 00:00:00 2001 From: Michel Jonathan Schmitz Date: Mon, 28 Jan 2019 16:43:28 +0100 Subject: [PATCH] refactor: remove the reference property --- src/core/things/Dish.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/core/things/Dish.ts b/src/core/things/Dish.ts index c404a995..fa5ecb4a 100644 --- a/src/core/things/Dish.ts +++ b/src/core/things/Dish.ts @@ -115,11 +115,6 @@ export interface SCDishCharacteristic { * Name of the characteristic */ name: string; - - /** - * A footnote number, hinting towards the name. - */ - reference?: number; } /**