Skip to content

Commit

Permalink
Remove unused constant
Browse files Browse the repository at this point in the history
It has not been removed when mouse and touch events have been merged.
  • Loading branch information
rom1v committed Mar 26, 2020
1 parent a0af402 commit 566ba76
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
public class ControlMessageReader {

private static final int INJECT_KEYCODE_PAYLOAD_LENGTH = 9;
private static final int INJECT_MOUSE_EVENT_PAYLOAD_LENGTH = 17;
private static final int INJECT_TOUCH_EVENT_PAYLOAD_LENGTH = 21;
private static final int INJECT_SCROLL_EVENT_PAYLOAD_LENGTH = 20;
private static final int SET_SCREEN_POWER_MODE_PAYLOAD_LENGTH = 1;
Expand Down

0 comments on commit 566ba76

Please sign in to comment.