diff --git a/Tranga/TaskManager.cs b/Tranga/TaskManager.cs index 90a9b9e..c39c0be 100644 --- a/Tranga/TaskManager.cs +++ b/Tranga/TaskManager.cs @@ -31,22 +31,6 @@ public class TaskManager } } - public bool PublicationAlreadyAdded(Publication publication) - { - throw new NotImplementedException(); - //TODO fuzzy check publications - } - - public Publication[] GetAddedPublications() - { - throw new NotImplementedException(); - } - - public TrangaTask[] GetTasks() - { - return _allTasks.ToArray(); - } - public void Shutdown() { _continueRunning = false;