Remove unused / noop offscreen rendering

At one point I think this might have helped make pages treated as
"visible" when added to the window, but it doesn't seem to have any
effect.
This commit is contained in:
Max Goodhart
2020-11-11 00:00:47 -08:00
parent 0a235e7e64
commit 1d2d961982

View File

@@ -69,9 +69,6 @@ export default class StreamWindow extends EventEmitter {
const offscreenWin = new BrowserWindow({
show: false,
webPreferences: {
offscreen: true,
},
})
this.offscreenWin = offscreenWin