gui/macosx: prefs_widget: remove unnecessary branching
commit275286501452777ea9a2d3f19612886416646672
authorFilip Roséen <filip@atch.se>
Wed, 10 May 2017 01:38:04 +0000 (10 03:38 +0200)
committerMarvin Scholz <epirat07@gmail.com>
Tue, 16 May 2017 14:52:51 +0000 (16 16:52 +0200)
treeffdbf8e2c1e92dca5e18846ae45b2978529ee180
parentca45f06e9251d8dedc2d20ee6bcab25deec2d78a
gui/macosx: prefs_widget: remove unnecessary branching

_NS is already defined to return @"" if the passed argument is NULL,
as such there is no need to add branching where the function is used
(as the result will be the same).

Signed-off-by: Marvin Scholz <epirat07@gmail.com>
modules/gui/macosx/prefs_widgets.m