X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=UI%2FScheduler%2FUIxComponentEditor.m;h=08ef20929f68b0aa5af8a5d43c9af3f5c42b553b;hb=4a618da690a9beadcefd0ea89a921900e3897ce8;hp=d81be97153a3106e39ee79ee9b5d0c11e91c23ff;hpb=839a675fb27fc2d7d1f5068f9e635096a307e869;p=scalable-opengroupware.org diff --git a/UI/Scheduler/UIxComponentEditor.m b/UI/Scheduler/UIxComponentEditor.m index d81be971..08ef2092 100644 --- a/UI/Scheduler/UIxComponentEditor.m +++ b/UI/Scheduler/UIxComponentEditor.m @@ -41,7 +41,6 @@ #import #import -#import #import #import #import @@ -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;