summaryrefslogtreecommitdiffstats
path: root/video/out/vo.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo.c')
-rw-r--r--video/out/vo.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/video/out/vo.c b/video/out/vo.c
index 1535994a69..27be4735ab 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -340,13 +340,6 @@ error:
struct vo *init_best_video_out(struct mpv_global *global, struct vo_extra *ex)
{
- const char *xdg_current_desktop = getenv("XDG_CURRENT_DESKTOP");
- if (xdg_current_desktop && strstr(xdg_current_desktop, "GNOME")) {
- struct mp_log *log = mp_log_new(NULL, global->log, "vo");
- mp_fatal(log, "GNOME detected. Things will be broken.\n");
- talloc_free(log);
- }
-
struct mp_vo_opts *opts = mp_get_config_group(NULL, global, &vo_sub_opts);
struct m_obj_settings *vo_list = opts->video_driver_list;
struct vo *vo = NULL;