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(); - } - }