Some cleanup of things marked for removal in v3

This commit is contained in:
Mark McDowall 2020-10-02 14:59:39 -07:00 committed by ta264
parent 975ff0baf3
commit b3c217d713
2 changed files with 0 additions and 2 deletions

View file

@ -226,7 +226,6 @@ public void paused_item_should_have_required_properties(SabnzbdDownloadStatus st
[TestCase(SabnzbdDownloadStatus.Checking)]
[TestCase(SabnzbdDownloadStatus.Downloading)]
[TestCase(SabnzbdDownloadStatus.QuickCheck)]
[TestCase(SabnzbdDownloadStatus.ToPP)]
[TestCase(SabnzbdDownloadStatus.Verifying)]
[TestCase(SabnzbdDownloadStatus.Repairing)]
[TestCase(SabnzbdDownloadStatus.Fetching)]

View file

@ -7,7 +7,6 @@ public enum SabnzbdDownloadStatus
Paused,
Checking,
Downloading,
ToPP, // TODO: Remove in v3
QuickCheck,
Verifying,
Repairing,