diff --git a/apps/remix-ide/src/framingService.js b/apps/remix-ide/src/framingService.js index ed029b7a65..8e37f8efb3 100644 --- a/apps/remix-ide/src/framingService.js +++ b/apps/remix-ide/src/framingService.js @@ -1,6 +1,5 @@ export class FramingService { - constructor (sidePanel, verticalIcons, mainView, resizeFeature) { - this.sidePanel = sidePanel + constructor (verticalIcons, layout) { this.verticalIcons = verticalIcons this.mainPanel = mainView.getAppPanel() this.mainView = mainView