From 741cf88f7fb17d4b6038c63fdcbf34d064b7601c Mon Sep 17 00:00:00 2001 From: glax Date: Fri, 19 May 2023 13:58:57 +0200 Subject: [PATCH] Remove not used methods --- Tranga/TaskManager.cs | 16 ---------------- 1 file changed, 16 deletions(-) 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;