From ef9720b67f6a0f239dc53f14f93fb86f5c3e281b Mon Sep 17 00:00:00 2001 From: hensm Date: Fri, 15 Apr 2022 22:11:11 +0100 Subject: [PATCH] Remove outdated mirroring TODO --- ext/src/senders/mirroring.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/src/senders/mirroring.ts b/ext/src/senders/mirroring.ts index 9a15338..6eea83a 100644 --- a/ext/src/senders/mirroring.ts +++ b/ext/src/senders/mirroring.ts @@ -91,7 +91,6 @@ async function onRequestSessionSuccess(newSession: cast.Session) { ctx.scale(window.devicePixelRatio, window.devicePixelRatio); }); - // TODO: Test performance const drawFlags = ctx.DRAWWINDOW_DRAW_CARET | ctx.DRAWWINDOW_DRAW_VIEW |