summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-12-08 12:39:49 +0100
committerwm4 <wm4@nowhere>2016-12-08 12:39:49 +0100
commita8b8295f8d15b12d95ae25827831c4fc05a53bfa (patch)
tree66f9f896aa70ada4e05fe1f08ec9a83e8cecf96e /options
parent51fd8f6fe16ef0a8fa35aec89cab82d435e4d4d9 (diff)
downloadmpv-a8b8295f8d15b12d95ae25827831c4fc05a53bfa.tar.bz2
mpv-a8b8295f8d15b12d95ae25827831c4fc05a53bfa.tar.xz
options: remove weird RPI-only fullscreen default
As announced by interface-changes.rst.
Diffstat (limited to 'options')
-rw-r--r--options/options.c1
1 files changed, 0 insertions, 1 deletions
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,
},
};