diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-01-03 15:31:25 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-01-03 15:32:11 +0100 |
commit | 5d54b02cb281f037480b32a2731276747e7d2c4e (patch) | |
tree | 8b26c71193a49c9ae69be42e6ef7a6741ed8f8cf /src/capture/kms_cuda.c | |
parent | 0af35ae6df2ba08fe843be24af56821a0e418d7c (diff) |
Remove unused xevent
Diffstat (limited to 'src/capture/kms_cuda.c')
-rw-r--r-- | src/capture/kms_cuda.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/capture/kms_cuda.c b/src/capture/kms_cuda.c index d93d603..07122f4 100644 --- a/src/capture/kms_cuda.c +++ b/src/capture/kms_cuda.c @@ -28,7 +28,6 @@ typedef struct { typedef struct { gsr_capture_kms_cuda_params params; - XEvent xev; bool should_stop; bool stop_is_error; |