Remove unused calls

Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com>
This commit is contained in:
Danilo Del Busso 2023-04-12 08:43:50 +01:00
parent 7b18b3b105
commit 61ff54ba44
No known key found for this signature in database
3 changed files with 0 additions and 8 deletions

View File

@ -156,8 +156,6 @@ namespace XenAdmin.Core
public static string AdditionalFeatures => ReadInstalledKey(ADDITIONAL_FEATURES, RegistryView.Registry32);
public static string AuthTokenName => INTERNAL_STAGE_AUTH_TOKEN;
public static string GetCustomUpdatesXmlLocation()
{
return ReadInstalledKey(CUSTOM_UPDATES_XML_LOCATION);

View File

@ -232,10 +232,5 @@ namespace XenAdmin
{
return Registry.GetInternalStageAuthToken();
}
public string GetInternalStageAuthTokenName()
{
return Registry.AuthTokenName;
}
}
}

View File

@ -64,6 +64,5 @@ namespace XenAdmin
string GetXenCenterMetadata();
string GetCustomUpdatesXmlLocation();
string GetInternalStageAuthToken();
string GetInternalStageAuthTokenName();
}
}