[tasque] Remove unnecessary code



commit 96cb5a124bcc52a82d0411759ac652b99d54ffd4
Author: Antonius Riha <antoniusriha gmail com>
Date:   Mon Mar 18 11:35:46 2013 +0100

    Remove unnecessary code

 src/Addins/Backends/Rtm/RtmTaskRepository.cs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/Addins/Backends/Rtm/RtmTaskRepository.cs b/src/Addins/Backends/Rtm/RtmTaskRepository.cs
index 6a8757d..cb3c6ac 100644
--- a/src/Addins/Backends/Rtm/RtmTaskRepository.cs
+++ b/src/Addins/Backends/Rtm/RtmTaskRepository.cs
@@ -166,7 +166,6 @@ namespace Tasque.Backends.Rtm
                
                void INoteCollectionRepo.Remove (ITaskCore container, INoteCore item)
                {
-                       var taskList = container.TaskListContainers.First ();
                        string taskSeriesId, taskId;
                        backend.DecodeTaskId (container, out taskSeriesId, out taskId);
                        backend.Rtm.NotesDelete (backend.Timeline, item.Id);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]