Remove unused import

Introduced by the previous commit.
This commit is contained in:
Romain Vimont 2019-05-31 23:31:11 +02:00
parent 12a3bb25d3
commit 0792998cc2

View file

@ -1,7 +1,5 @@
package com.genymobile.scrcpy;
import com.genymobile.scrcpy.wrappers.SurfaceControl;
/**
* Union of all supported event types, identified by their {@code type}.
*/