From 1be2dc73f1d10d041bc92df974271411dddcc214 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 6 Sep 2006 22:30:59 +0000 Subject: [PATCH] Monotone-Parent: e2a5e89b2075e64dfef957d7d57aa3b2cb58ba46 Monotone-Revision: b9653967e135693dfb1c77ad808d9a7e8917d7d6 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-06T22:30:59 Monotone-Branch: ca.inverse.sogo --- UI/Scheduler/UIxCalAptListView.m | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/UI/Scheduler/UIxCalAptListView.m b/UI/Scheduler/UIxCalAptListView.m index dba449a98..6d1d30d7c 100644 --- a/UI/Scheduler/UIxCalAptListView.m +++ b/UI/Scheduler/UIxCalAptListView.m @@ -122,21 +122,6 @@ return fmt; } -- (NSString *) currentTitle -{ - NSString *fullTitle, *title; - - fullTitle = [currentAppointment objectForKey: @"title"]; - if ([fullTitle length] > 49) - title = [NSString stringWithFormat: @"%@...", - [[currentAppointment objectForKey: @"title"] - substringToIndex: 50]]; - else - title = fullTitle; - - return title; -} - - (NSString *) currentStartTime { NSCalendarDate *date;