mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-19 19:15:08 +00:00
Delete redundant lines
This commit is contained in:
parent
08e1c9cb43
commit
447fe26bb5
2 changed files with 0 additions and 2 deletions
|
@ -61,7 +61,6 @@ public final class Streamer {
|
|||
buffer.putInt(videoSize.getWidth());
|
||||
buffer.putInt(videoSize.getHeight());
|
||||
buffer.put((byte) (isFlip ? 1 : 0));
|
||||
|
||||
int[] vertical = {0, 0, 1, 1};
|
||||
int[] horizontal = {0, 1, 0, 1};
|
||||
buffer.put((byte) vertical[rotation]);
|
||||
|
|
|
@ -130,7 +130,6 @@ public class DisplaySizeMonitor {
|
|||
}
|
||||
|
||||
private synchronized void setSessionInfo(SessionInfo sessionInfo) {
|
||||
Ln.e("@@@@@@@@@@@@@@@@@@@@@@"+sessionInfo.rotation);
|
||||
this.sessionInfo = sessionInfo;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue