diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-03-19 18:02:40 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-03-26 19:04:51 +0200 |
commit | d4b8833fdd7fee535917248540aeed9d8ca1337c (patch) | |
tree | 5357a7ee171ba6b948e466a9678a764d997d5545 /src/capture/xcomposite_cuda.c | |
parent | 8592a4692960ec922c0b40fd132405be9e34c3c2 (diff) |
Remove unused code
Diffstat (limited to 'src/capture/xcomposite_cuda.c')
-rw-r--r-- | src/capture/xcomposite_cuda.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/capture/xcomposite_cuda.c b/src/capture/xcomposite_cuda.c index fd140c6..7280835 100644 --- a/src/capture/xcomposite_cuda.c +++ b/src/capture/xcomposite_cuda.c @@ -3,7 +3,6 @@ #include "../../include/cuda.h" #include "../../include/window_texture.h" #include "../../include/time.h" -#include <X11/extensions/Xcomposite.h> #include <libavutil/hwcontext.h> #include <libavutil/hwcontext_cuda.h> #include <libavutil/frame.h> |