summaryrefslogtreecommitdiffstats
path: root/video/out/wayland_common.h
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2020-10-07 08:41:47 -0500
committerDudemanguy <random342@airmail.cc>2020-10-07 08:41:47 -0500
commit5dc16a4a183d51736cc56b4ef0a6b91a7b56fa09 (patch)
treea8c55afec447edfaf34e7e8ea177b44e072fd46c /video/out/wayland_common.h
parent015b6768759c8bd8cc815be01123ef95c192f3c5 (diff)
downloadmpv-5dc16a4a183d51736cc56b4ef0a6b91a7b56fa09.tar.bz2
mpv-5dc16a4a183d51736cc56b4ef0a6b91a7b56fa09.tar.xz
Revert "wayland: add wayland-display-socket option"
Pointless feature that can be done with environment variables. It was also implemented incorrectly and broke autoprobing. This reverts commit 015b6768759c8bd8cc815be01123ef95c192f3c5.
Diffstat (limited to 'video/out/wayland_common.h')
-rw-r--r--video/out/wayland_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h
index ec8dc83c97..27f4f87b0e 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -27,7 +27,6 @@
struct wayland_opts {
int disable_vsync;
- char *display_socket;
int edge_pixels_pointer;
int edge_pixels_touch;
};