Remove outdated mirroring TODO

This commit is contained in:
hensm
2022-04-15 22:11:11 +01:00
parent 9a9ac38cf9
commit ef9720b67f

View File

@@ -91,7 +91,6 @@ async function onRequestSessionSuccess(newSession: cast.Session) {
ctx.scale(window.devicePixelRatio, window.devicePixelRatio); ctx.scale(window.devicePixelRatio, window.devicePixelRatio);
}); });
// TODO: Test performance
const drawFlags = const drawFlags =
ctx.DRAWWINDOW_DRAW_CARET | ctx.DRAWWINDOW_DRAW_CARET |
ctx.DRAWWINDOW_DRAW_VIEW | ctx.DRAWWINDOW_DRAW_VIEW |