Fixed most build warnings

This commit is contained in:
Wolfgang Sourdeau
2012-10-22 10:09:13 -04:00
parent dac021799a
commit 6d8c328910
56 changed files with 238 additions and 210 deletions
-4
View File
@@ -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;