mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 15:29:26 +01:00
Remove unused calls
Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com>
This commit is contained in:
parent
7b18b3b105
commit
61ff54ba44
@ -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);
|
||||
|
@ -232,10 +232,5 @@ namespace XenAdmin
|
||||
{
|
||||
return Registry.GetInternalStageAuthToken();
|
||||
}
|
||||
|
||||
public string GetInternalStageAuthTokenName()
|
||||
{
|
||||
return Registry.AuthTokenName;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -64,6 +64,5 @@ namespace XenAdmin
|
||||
string GetXenCenterMetadata();
|
||||
string GetCustomUpdatesXmlLocation();
|
||||
string GetInternalStageAuthToken();
|
||||
string GetInternalStageAuthTokenName();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user