(fix) Some compilation warnings

This commit is contained in:
Francis Lachapelle
2015-08-03 12:03:56 -04:00
parent a330ff7320
commit 82720d341c
4 changed files with 0 additions and 7 deletions
-1
View File
@@ -32,7 +32,6 @@
#import <NGExtensions/NSString+Ext.h>
#import <NGExtensions/NSString+misc.h>
#import <SOGo/CardElement+SOGo.h>
#import <SOGo/NSArray+Utilities.h>
#import <SOGo/NSCalendarDate+SOGo.h>
#import <SOGo/NSDictionary+Utilities.h>
-2
View File
@@ -168,7 +168,6 @@
- (void) collapseAction: (BOOL) isCollapsing
{
SOGoMailObject *co;
WORequest *request;
NSMutableDictionary *moduleSettings, *threadsCollapsed, *content;
NSMutableArray *mailboxThreadsCollapsed;
@@ -180,7 +179,6 @@
keyForMsgUIDs = [content objectForKey:@"currentMailbox"];
msguid = [content objectForKey:@"msguid"];
co = [self clientObject];
us = [[context activeUser] userSettings];
if (!(moduleSettings = [us objectForKey: @"Mail"]))
[us setObject:[NSMutableDictionary dictionary] forKey: @"Mail"];
-2
View File
@@ -627,8 +627,6 @@
SOGoMailAccount *account;
SOGoMailFolder *folder;
unsigned int unseen;
pathComponents = [theFolder pathComponents];
account = [[self clientObject] lookupName: [pathComponents objectAtIndex: 0]
inContext: context
-2
View File
@@ -49,8 +49,6 @@
- (void) setUserIsAdministrator: (BOOL) userIsAdministrator;
- (BOOL) userIsAdministrator;
- (void) updateRights;
@end
#endif /* UIXMAILUSERRIGHTSEDITOR_H */