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) {