Browse Source

removed call to unused function in panel_ctrl

Torkel Ödegaard 8 years ago
parent
commit
905553052a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      public/app/features/panel/panel_ctrl.ts

+ 0 - 1
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
     });