From da22cd854b718f98917996a52dcb92faf89e9f11 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 18 Feb 2015 21:39:18 -0500 Subject: [PATCH] Fix compilation of UIxTaskEditor.m --- UI/Scheduler/UIxTaskEditor.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Scheduler/UIxTaskEditor.m b/UI/Scheduler/UIxTaskEditor.m index 7b87258a4..c3c74a445 100644 --- a/UI/Scheduler/UIxTaskEditor.m +++ b/UI/Scheduler/UIxTaskEditor.m @@ -60,7 +60,7 @@ if ((self = [super init])) { - item = nil; + // item = nil; user = [[self context] activeUser]; ASSIGN (dateFormatter, [user dateFormatterInContext: context]);