mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +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;
|
||||
};
|
||||
|
||||
enum xrt_source_value_redirect
|
||||
{
|
||||
INPUT_REDIRECT_DEFAULT = 0,
|
||||
INPUT_REDIRECT_VEC2_X_TO_VEC1,
|
||||
INPUT_REDIRECT_VEC2_Y_TO_VEC1
|
||||
};
|
||||
|
||||
struct xrt_output
|
||||
{
|
||||
enum xrt_output_name name;
|
||||
|
|
Loading…
Reference in a new issue