(fix) removed unused code

This commit is contained in:
Ludovic Marcotte
2015-08-19 19:38:42 -04:00
parent 548f056b9c
commit 8fcd594be6

View File

@@ -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;