From b82c63e2ec2234bedc3d4579db1ddc2a844e7c0f Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Wed, 8 Feb 2012 16:37:54 -0800 Subject: [PATCH] Removed extraneous model. --- NzbDrone.Web/Models/HistoryGridModel.cs | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 NzbDrone.Web/Models/HistoryGridModel.cs 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