Remove unused struct port_range
It had been replaced by struct sc_port_range in scrcpy.h.
This commit is contained in:
parent
d580ee30f1
commit
1e215199dc
@ -27,9 +27,4 @@ struct position {
|
|||||||
struct point point;
|
struct point point;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct port_range {
|
|
||||||
uint16_t first;
|
|
||||||
uint16_t last;
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user