summaryrefslogtreecommitdiff
path: root/LibTSforge/Common.cs
diff options
context:
space:
mode:
Diffstat (limited to 'LibTSforge/Common.cs')
-rw-r--r--LibTSforge/Common.cs18
1 files changed, 0 insertions, 18 deletions
diff --git a/LibTSforge/Common.cs b/LibTSforge/Common.cs
index a1b4294..4a95a08 100644
--- a/LibTSforge/Common.cs
+++ b/LibTSforge/Common.cs
@@ -243,24 +243,6 @@ namespace LibTSforge
throw new NotSupportedException("Unable to auto-detect version info");
}
-
- public static bool DetectCurrentKey()
- {
- SLApi.RefreshLicenseStatus();
-
- using (RegistryKey wpaKey = Registry.LocalMachine.OpenSubKey(@"SYSTEM\WPA"))
- {
- foreach (string subKey in wpaKey.GetSubKeyNames())
- {
- if (subKey.StartsWith("8DEC0AF1"))
- {
- return subKey.Contains("P");
- }
- }
- }
-
- throw new FileNotFoundException("Failed to autodetect key type, specify physical store key with /prod or /test arguments.");
- }
}
public static class Logger