From 5867a6a5fcb39bada21f55850ea0de42093f9937 Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Tue, 11 Mar 2014 13:06:01 -0700 Subject: [PATCH] CR feedback that didnt get merged --- .../Properties/Resources.Designer.cs | 32 ------------------- 1 file changed, 32 deletions(-) diff --git a/src/Microsoft.AspNet.Mvc.ModelBinding/Properties/Resources.Designer.cs b/src/Microsoft.AspNet.Mvc.ModelBinding/Properties/Resources.Designer.cs index 59eeff47d9..add3334250 100644 --- a/src/Microsoft.AspNet.Mvc.ModelBinding/Properties/Resources.Designer.cs +++ b/src/Microsoft.AspNet.Mvc.ModelBinding/Properties/Resources.Designer.cs @@ -202,38 +202,6 @@ namespace Microsoft.AspNet.Mvc.ModelBinding return string.Format(CultureInfo.CurrentCulture, GetString("ValueProviderResult_NoConverterExists"), p0, p1); } - /// - /// The model item passed is null, but this ViewData instance requires a non-null model item of type '{0}'. - /// - internal static string ViewDataDictionary_ModelCannotBeNull - { - get { return GetString("ViewDataDictionary_ModelCannotBeNull"); } - } - - /// - /// The model item passed is null, but this ViewData instance requires a non-null model item of type '{0}'. - /// - internal static string FormatViewDataDictionary_ModelCannotBeNull(object p0) - { - return string.Format(CultureInfo.CurrentCulture, GetString("ViewDataDictionary_ModelCannotBeNull"), p0); - } - - /// - /// The model item passed into the ViewData is of type '{0}', but this ViewData instance requires a model item of type '{1}'. - /// - internal static string ViewData_WrongTModelType - { - get { return GetString("ViewData_WrongTModelType"); } - } - - /// - /// The model item passed into the ViewData is of type '{0}', but this ViewData instance requires a model item of type '{1}'. - /// - internal static string FormatViewData_WrongTModelType(object p0, object p1) - { - return string.Format(CultureInfo.CurrentCulture, GetString("ViewData_WrongTModelType"), p0, p1); - } - private static string GetString(string name, params string[] formatterNames) { var value = _resourceManager.GetString(name);