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
-5
View File
@@ -40,9 +40,6 @@
- (id) init
{
NSDictionary *locale;
SOGoUserDefaults *ud;
if ((self = [super init]))
{
// monthAptFormatter
@@ -50,8 +47,6 @@
// [monthAptFormatter setShortMonthTitleOnly];
// dateFormatter = [[SOGoDateFormatter alloc]
// initWithLocale: [self locale]];
ud = [[context activeUser] userDefaults];
locale = [[self resourceManager] localeForLanguageNamed: [ud language]];
dayNames = [locale objectForKey: NSWeekDayNameArray];
[dayNames retain];
monthNames = [locale objectForKey: NSMonthNameArray];