mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-03 06:39:39 +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.getWidth());
|
||||||
buffer.putInt(videoSize.getHeight());
|
buffer.putInt(videoSize.getHeight());
|
||||||
buffer.put((byte) (isFlip ? 1 : 0));
|
buffer.put((byte) (isFlip ? 1 : 0));
|
||||||
|
|
||||||
int[] vertical = {0, 0, 1, 1};
|
int[] vertical = {0, 0, 1, 1};
|
||||||
int[] horizontal = {0, 1, 0, 1};
|
int[] horizontal = {0, 1, 0, 1};
|
||||||
buffer.put((byte) vertical[rotation]);
|
buffer.put((byte) vertical[rotation]);
|
||||||
|
|
|
@ -130,7 +130,6 @@ public class DisplaySizeMonitor {
|
||||||
}
|
}
|
||||||
|
|
||||||
private synchronized void setSessionInfo(SessionInfo sessionInfo) {
|
private synchronized void setSessionInfo(SessionInfo sessionInfo) {
|
||||||
Ln.e("@@@@@@@@@@@@@@@@@@@@@@"+sessionInfo.rotation);
|
|
||||||
this.sessionInfo = sessionInfo;
|
this.sessionInfo = sessionInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue