diff --git a/NzbDrone.Web/Models/HistoryGridModel.cs b/NzbDrone.Web/Models/HistoryGridModel.cs deleted file mode 100644 index a254321cc..000000000 --- a/NzbDrone.Web/Models/HistoryGridModel.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; - -namespace NzbDrone.Web.Models -{ - public class HistoryGridModel - { - public string JsonData { get; set; } - } -} \ No newline at end of file