Monotone-Parent: 7775a7380ebd3dd5214041f2ffd9d340d28c78e6

Monotone-Revision: 0efb53c264bc07ad8447b30af179f4976d61eb6d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-06-19T18:04:43
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-06-19 18:04:43 +00:00
parent 242139d45d
commit c6361c1585
3 changed files with 3 additions and 14 deletions
-12
View File
@@ -41,7 +41,6 @@
#import <NGExtensions/NSObject+Logs.h>
#import <NGExtensions/NSString+misc.h>
#import <UI/SOGoUI/SOGoDateFormatter.h>
#import <SoObjects/Appointments/SOGoAppointmentFolder.h>
#import <SoObjects/Appointments/SOGoAppointmentObject.h>
#import <SoObjects/Appointments/SOGoTaskObject.h>
@@ -589,17 +588,6 @@
}
/* helpers */
- (NSFormatter *) titleDateFormatter
{
SOGoDateFormatter *fmt;
fmt = [[SOGoDateFormatter alloc] initWithLocale: [self locale]];
[fmt autorelease];
[fmt setFullWeekdayNameAndDetails];
return fmt;
}
- (NSString *) completeURIForMethod: (NSString *) _method
{
NSString *uri;