From 98af76b3ac98695b439eda180bcc8df0d93ef6be Mon Sep 17 00:00:00 2001 From: Raj <44002319+rajmusuku@users.noreply.github.com> Date: Wed, 28 Nov 2018 10:45:21 -0800 Subject: [PATCH] Build error (#3335) --- src/sql/parts/notebook/cellViews/codeCell.component.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/sql/parts/notebook/cellViews/codeCell.component.ts b/src/sql/parts/notebook/cellViews/codeCell.component.ts index c68e12bc06..cf9414ced5 100644 --- a/src/sql/parts/notebook/cellViews/codeCell.component.ts +++ b/src/sql/parts/notebook/cellViews/codeCell.component.ts @@ -66,10 +66,4 @@ export class CodeCellComponent extends CellView implements OnInit, OnChanges { public layout() { } - - private updateTheme(theme: IColorTheme): void { - let outputElement = this.outputPreview.nativeElement; - outputElement.style.borderTopColor = theme.getColor(themeColors.SIDE_BAR_BACKGROUND, true).toString(); - } - }