From a8b8295f8d15b12d95ae25827831c4fc05a53bfa Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 8 Dec 2016 12:39:49 +0100 Subject: options: remove weird RPI-only fullscreen default As announced by interface-changes.rst. --- options/options.c | 1 - 1 file changed, 1 deletion(-) (limited to 'options') diff --git a/options/options.c b/options/options.c index c57847bc28..08037b42fe 100644 --- a/options/options.c +++ b/options/options.c @@ -223,7 +223,6 @@ const struct m_sub_options vo_sub_opts = { .window_scale = 1.0, .x11_bypass_compositor = 2, .mmcss_profile = "Playback", - .fullscreen = HAVE_RPI ? 1 : 0, }, }; -- cgit v1.2.3