Fix compilation of UIxTaskEditor.m

pull/91/head
Francis Lachapelle 2015-02-18 21:39:18 -05:00
parent 94105e937a
commit da22cd854b
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
if ((self = [super init]))
{
item = nil;
// item = nil;
user = [[self context] activeUser];
ASSIGN (dateFormatter, [user dateFormatterInContext: context]);