From a1675f064090359f316e2454861222b2834fee41 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 7 Dec 2019 22:23:55 -0800 Subject: [PATCH] Fix a build warning in the Mac version. --- Shared/Extensions/RSImage-AppIcons.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Shared/Extensions/RSImage-AppIcons.swift b/Shared/Extensions/RSImage-AppIcons.swift index 8af09f486..b0a778e7b 100644 --- a/Shared/Extensions/RSImage-AppIcons.swift +++ b/Shared/Extensions/RSImage-AppIcons.swift @@ -21,9 +21,8 @@ extension RSImage { let lastIcon = iconFiles.last { return RSImage(named: lastIcon) } - #endif - return nil + #endif } }