From 905553052a39800d535252083fdb42f70c2da7ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 22 Nov 2017 14:47:26 +0100 Subject: [PATCH] removed call to unused function in panel_ctrl --- public/app/features/panel/panel_ctrl.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/public/app/features/panel/panel_ctrl.ts b/public/app/features/panel/panel_ctrl.ts index 7e532b20223..74ed531cef9 100644 --- a/public/app/features/panel/panel_ctrl.ts +++ b/public/app/features/panel/panel_ctrl.ts @@ -78,7 +78,6 @@ export class PanelCtrl { } changeView(fullscreen, edit) { - this.setPanelHeight(); this.publishAppEvent('panel-change-view', { fullscreen: fullscreen, edit: edit, panelId: this.panel.id });