]> err.no Git - scalable-opengroupware.org/blobdiff - UI/Scheduler/UIxComponentEditor.m
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1087 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / Scheduler / UIxComponentEditor.m
index d81be97153a3106e39ee79ee9b5d0c11e91c23ff..08ef20929f68b0aa5af8a5d43c9af3f5c42b553b 100644 (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>
 }
 
 /* helpers */
-- (NSFormatter *) titleDateFormatter
-{
-  SOGoDateFormatter *fmt;
-  
-  fmt = [[SOGoDateFormatter alloc] initWithLocale: [self locale]];
-  [fmt autorelease];
-  [fmt setFullWeekdayNameAndDetails];
-
-  return fmt;
-}
-
 - (NSString *) completeURIForMethod: (NSString *) _method
 {
   NSString *uri;