From 75bbc755f1bb9cc40f1463b2ee7e8fcbbfdecf82 Mon Sep 17 00:00:00 2001 From: Nedyalko Nikolov Date: Fri, 15 Apr 2016 09:04:02 +0300 Subject: [PATCH] Tslint error fix. --- ui/segmented-bar/segmented-bar-common.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/ui/segmented-bar/segmented-bar-common.ts b/ui/segmented-bar/segmented-bar-common.ts index 6a63df355..adbd007c5 100644 --- a/ui/segmented-bar/segmented-bar-common.ts +++ b/ui/segmented-bar/segmented-bar-common.ts @@ -5,7 +5,6 @@ import dependencyObservable = require("ui/core/dependency-observable"); import color = require("color"); import bindable = require("ui/core/bindable"); import * as typesModule from "utils/types"; -import {WrappedValue} from "data/observable"; var types: typeof typesModule; function ensureTypes() { @@ -101,8 +100,6 @@ export class SegmentedBar extends view.View implements definition.SegmentedBar { } } - private itemsTimerId; - public _addChildFromBuilder(name: string, value: any): void { if(name === CHILD_SEGMENTED_BAR_ITEM) { if (!this.items) {