mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Remove overwritten assignment
The `videoSize` field is always reassigned to `filter.getOutputSize()`.
This commit is contained in:
parent
fe9450afcc
commit
69578f1200
1 changed files with 0 additions and 1 deletions
|
|
@ -110,7 +110,6 @@ public class NewDisplayCapture extends SurfaceCapture {
|
|||
dpi = scaleDpi(mainDisplaySize, mainDisplayDpi, displaySize);
|
||||
}
|
||||
|
||||
videoSize = displaySize;
|
||||
displayRotation = 0;
|
||||
// Set the current display size to avoid an unnecessary call to invalidate()
|
||||
displaySizeMonitor.setSessionDisplaySize(displaySize);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue