diff --git a/src/node/StreamWindow.js b/src/node/StreamWindow.js index e5f0961..6cefbf0 100644 --- a/src/node/StreamWindow.js +++ b/src/node/StreamWindow.js @@ -162,7 +162,7 @@ export default class StreamWindow extends EventEmitter { ) } - setViews(viewContentMap, streams) { + setViews(viewContentMap) { const { gridCount, spaceWidth, spaceHeight } = this.config const { win, views } = this const boxes = boxesFromViewContentMap(gridCount, gridCount, viewContentMap)