removed call to unused function in panel_ctrl

This commit is contained in:
Torkel Ödegaard 2017-11-22 14:47:26 +01:00
parent 85e81959f2
commit 905553052a

View File

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