mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-06 07:06:10 +00:00
inc/xrt: Remove now-unneeded enum.
This commit is contained in:
parent
17f40ecc26
commit
876c8bc5d7
|
@ -189,13 +189,6 @@ struct xrt_input
|
||||||
union xrt_input_value value;
|
union xrt_input_value value;
|
||||||
};
|
};
|
||||||
|
|
||||||
enum xrt_source_value_redirect
|
|
||||||
{
|
|
||||||
INPUT_REDIRECT_DEFAULT = 0,
|
|
||||||
INPUT_REDIRECT_VEC2_X_TO_VEC1,
|
|
||||||
INPUT_REDIRECT_VEC2_Y_TO_VEC1
|
|
||||||
};
|
|
||||||
|
|
||||||
struct xrt_output
|
struct xrt_output
|
||||||
{
|
{
|
||||||
enum xrt_output_name name;
|
enum xrt_output_name name;
|
||||||
|
|
Loading…
Reference in a new issue