macosx: do not load audio profile filter string to config
commitd8d42829447920c8f21f3200e0cdb841117fdc08
authorVictorien Le Couviour--Tuffet <victorien.lecouviour.tuffet@gmail.com>
Wed, 28 Jun 2017 13:10:29 +0000 (28 15:10 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 13 Jul 2017 09:22:37 +0000 (13 11:22 +0200)
tree27ec28e06ff06e86989359bf5ac59ee612b09698
parent9efba1994f3888819c3d93877a674e91e2e0ee19
macosx: do not load audio profile filter string to config

We do not want to check for the aout validity here as
playlist_EnableAudioFilter calls aout_ChangeFilterString which checks for it,
and sets the playlist variable even if the aout is NULL. This is the wanted
behaviour of this patch.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/gui/macosx/VLCAudioEffectsWindowController.m