options: remove weird RPI-only fullscreen default

As announced by interface-changes.rst.
This commit is contained in:
wm4 2016-12-08 12:39:49 +01:00
parent 51fd8f6fe1
commit a8b8295f8d
1 changed files with 0 additions and 1 deletions

View File

@ -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,
},
};