mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-16 08:55:24 +00:00
Fat commit to refactor the quick record generation
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
/* UIxTaskEditor.m - this file is part of SOGo
|
||||
*
|
||||
* Copyright (C) 2007-2009 Inverse inc.
|
||||
*
|
||||
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
* Copyright (C) 2007-2014 Inverse inc.
|
||||
*
|
||||
* This file is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -421,18 +419,6 @@
|
||||
return [self jsCloseWithRefreshMethod: @"refreshTasks()"];
|
||||
}
|
||||
|
||||
// - (id <WOActionResults>) saveAction
|
||||
// {
|
||||
// SOGoTaskObject *clientObject;
|
||||
// NSString *iCalString;
|
||||
|
||||
// clientObject = [self clientObject];
|
||||
// iCalString = [[clientObject calendar: NO secure: NO] versitString];
|
||||
// [clientObject saveContentString: iCalString];
|
||||
|
||||
// return [self jsCloseWithRefreshMethod: @"refreshTasks()"];
|
||||
// }
|
||||
|
||||
- (id <WOActionResults>) viewAction
|
||||
{
|
||||
WOResponse *result;
|
||||
|
||||
Reference in New Issue
Block a user