From 8fcd594be615e45d00ff7d3fa044cac5a78ace9f Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Wed, 19 Aug 2015 19:38:42 -0400 Subject: [PATCH] (fix) removed unused code --- UI/Contacts/UIxContactFoldersView.m | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/UI/Contacts/UIxContactFoldersView.m b/UI/Contacts/UIxContactFoldersView.m index e8a055ed0..7516d5da8 100644 --- a/UI/Contacts/UIxContactFoldersView.m +++ b/UI/Contacts/UIxContactFoldersView.m @@ -292,10 +292,8 @@ Class SOGoContactSourceFolderK, SOGoGCSFolderK; int max, i; folderContainer = [self clientObject]; - - // return [folderContainer subFolders]; - folders = [folderContainer subFolders]; + max = [folders count]; foldersAttrs = [NSMutableArray arrayWithCapacity: max]; urls = nil;