Remove not used methods

This commit is contained in:
glax 2023-05-19 13:58:57 +02:00
parent 86bb49508a
commit 741cf88f7f

View File

@ -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;