Minor code changes

This commit is contained in:
kay.one 2011-11-26 19:19:11 -08:00
commit 16eb22b3de
2 changed files with 0 additions and 7 deletions

View file

@ -65,11 +65,6 @@ namespace NzbDrone.Core.Providers
return true;
}
public virtual List<SceneMapping> GetAll()
{
return _database.Fetch<SceneMapping>();
}
public virtual string GetSceneName(int seriesId)
{
var item = _database.FirstOrDefault<SceneMapping>("WHERE SeriesId = @0", seriesId);