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);