From fe08f5fee71efeca84db5feff7d8fe96d2150867 Mon Sep 17 00:00:00 2001 From: michael starke Date: Thu, 5 Dec 2013 23:51:22 +0100 Subject: [PATCH] Code cleanup --- MacPass/MPIconHelper.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MacPass/MPIconHelper.m b/MacPass/MPIconHelper.m index a9f91d8f..eceaee22 100644 --- a/MacPass/MPIconHelper.m +++ b/MacPass/MPIconHelper.m @@ -10,9 +10,8 @@ @implementation MPIconHelper -static NSDictionary *icons; - + (NSImage *)icon:(MPIconType)type { + static NSDictionary *icons; if(!icons) { icons = [MPIconHelper availableIconNames]; }