mirror of
https://github.com/streamwall/streamwall.git
synced 2026-04-03 20:32:08 -04:00
Remove unused parameter
This commit is contained in:
@@ -162,7 +162,7 @@ export default class StreamWindow extends EventEmitter {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
setViews(viewContentMap, streams) {
|
setViews(viewContentMap) {
|
||||||
const { gridCount, spaceWidth, spaceHeight } = this.config
|
const { gridCount, spaceWidth, spaceHeight } = this.config
|
||||||
const { win, views } = this
|
const { win, views } = this
|
||||||
const boxes = boxesFromViewContentMap(gridCount, gridCount, viewContentMap)
|
const boxes = boxesFromViewContentMap(gridCount, gridCount, viewContentMap)
|
||||||
|
|||||||
Reference in New Issue
Block a user