diff --git a/Source/PartnerCenter.CustomerPortal/Controllers/CustomerAccountController.cs b/Source/PartnerCenter.CustomerPortal/Controllers/CustomerAccountController.cs index e9b0a2a..d666bf7 100644 --- a/Source/PartnerCenter.CustomerPortal/Controllers/CustomerAccountController.cs +++ b/Source/PartnerCenter.CustomerPortal/Controllers/CustomerAccountController.cs @@ -106,28 +106,6 @@ from error in item.Errors return customerRegistrationInfo.MicrosoftId; } - /// - /// Retrieves the localized status type string. - /// - /// The subscription status type. - /// Localized Operation Type string. - private string GetStatusType(SubscriptionStatus statusType) - { - switch (statusType) - { - case SubscriptionStatus.Active: - return Resources.SubscriptionStatusTypeActive; - case SubscriptionStatus.Deleted: - return Resources.SubscriptionStatusTypeDeleted; - case SubscriptionStatus.None: - return Resources.SubscriptionStatusTypeNone; - case SubscriptionStatus.Suspended: - return Resources.SubscriptionStatusTypeSuspended; - default: - return string.Empty; - } - } - /// /// Gets the subscriptions managed by customers and partners /// diff --git a/Source/PartnerCenter.CustomerPortal/Resources.Designer.cs b/Source/PartnerCenter.CustomerPortal/Resources.Designer.cs index a95843e..214d570 100644 --- a/Source/PartnerCenter.CustomerPortal/Resources.Designer.cs +++ b/Source/PartnerCenter.CustomerPortal/Resources.Designer.cs @@ -1788,24 +1788,6 @@ public static string InvalidHeaderImageUri { } } - /// - /// Looks up a localized string similar to Provide an image file type for the header image. - /// - public static string InvalidHeaderImageMessage { - get { - return ResourceManager.GetString("InvalidHeaderImageMessage", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Invalid header image Uri. Please make sure the Uri is valid.. - /// - public static string InvalidHeaderImageUriMessage { - get { - return ResourceManager.GetString("InvalidHeaderImageUriMessage", resourceCulture); - } - } - /// /// Looks up a localized string similar to Invalid header image URI uploaded. ///