summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Framework/ClientPlatformDetection/Platform.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI.Web/Framework/ClientPlatformDetection/Platform.cs')
-rw-r--r--src/SMAPI.Web/Framework/ClientPlatformDetection/Platform.cs18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/SMAPI.Web/Framework/ClientPlatformDetection/Platform.cs b/src/SMAPI.Web/Framework/ClientPlatformDetection/Platform.cs
deleted file mode 100644
index 2fe1d324..00000000
--- a/src/SMAPI.Web/Framework/ClientPlatformDetection/Platform.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-namespace StardewModdingAPI.Web.Framework.ClientPlatformDetection
-{
- /// <summary>A software platform.</summary>
- public enum Platform
- {
- /// <summary>The Android platform.</summary>
- Android,
-
- /// <summary>The Linux platform.</summary>
- Linux,
-
- /// <summary>The Mac platform.</summary>
- Mac,
-
- /// <summary>The Windows platform.</summary>
- Windows
- }
-}