mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
Fixed most build warnings
This commit is contained in:
@@ -45,8 +45,6 @@
|
||||
|
||||
- (id) init
|
||||
{
|
||||
NSDictionary *locale;
|
||||
NSString *language;
|
||||
SOGoUser *user;
|
||||
SOGoUserDefaults *ud;
|
||||
|
||||
@@ -55,8 +53,6 @@
|
||||
user = [context activeUser];
|
||||
ud = [user userDefaults];
|
||||
ASSIGN (timeFormat, [ud timeFormat]);
|
||||
language = [ud language];
|
||||
locale = [[self resourceManager] localeForLanguageNamed: language];
|
||||
|
||||
daysToDisplay = nil;
|
||||
hoursToDisplay = nil;
|
||||
|
||||
Reference in New Issue
Block a user