Remove not used methods
This commit is contained in:
parent
86bb49508a
commit
741cf88f7f
@ -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()
|
public void Shutdown()
|
||||||
{
|
{
|
||||||
_continueRunning = false;
|
_continueRunning = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user