Explorar el Código

removed call to unused function in panel_ctrl

Torkel Ödegaard hace 8 años
padre
commit
905553052a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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) {
   changeView(fullscreen, edit) {
-    this.setPanelHeight();
     this.publishAppEvent('panel-change-view', {
     this.publishAppEvent('panel-change-view', {
       fullscreen: fullscreen, edit: edit, panelId: this.panel.id
       fullscreen: fullscreen, edit: edit, panelId: this.panel.id
     });
     });