remove unused var (#382)

This commit is contained in:
Kurt Hutten
2023-09-05 20:42:26 +10:00
committed by GitHub
parent ad3f0fda6a
commit 22c4406105

View File

@ -245,7 +245,6 @@ export function App() {
codeBasedSelections,
})
}
const pixelDensity = window.devicePixelRatio
const streamWidth = streamRef?.current?.offsetWidth
const streamHeight = streamRef?.current?.offsetHeight