Removed empty constructors from jobs

This commit is contained in:
Mark McDowall
2013-04-17 22:28:20 -07:00
parent dd930703e4
commit c0d470e3bb
5 changed files with 0 additions and 23 deletions
@@ -17,11 +17,6 @@ namespace NzbDrone.Core.Jobs.Implementations
_xemProvider = xemProvider;
}
public XemUpdateJob()
{
}
public string Name
{
get { return "XEM Update"; }