mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-01-30 16:37:29 +01:00
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()
|
||||
{
|
||||
_continueRunning = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user