summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Framework/Clients
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2018-11-17 11:12:11 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2018-11-17 11:12:11 -0500
commit3a4ad38e05d1d403cff34d5717ad95df24df9b81 (patch)
tree7e83b10b5d0275cf1e398be22b487e6d1fc8827f /src/SMAPI.Web/Framework/Clients
parent04886afd291178643638af0fc387942202a676b2 (diff)
downloadSMAPI-3a4ad38e05d1d403cff34d5717ad95df24df9b81.tar.gz
SMAPI-3a4ad38e05d1d403cff34d5717ad95df24df9b81.tar.bz2
SMAPI-3a4ad38e05d1d403cff34d5717ad95df24df9b81.zip
fix broken link in docs, rm unneeded using
Diffstat (limited to 'src/SMAPI.Web/Framework/Clients')
-rw-r--r--src/SMAPI.Web/Framework/Clients/Nexus/NexusMod.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/SMAPI.Web/Framework/Clients/Nexus/NexusMod.cs b/src/SMAPI.Web/Framework/Clients/Nexus/NexusMod.cs
index 4ecf2f76..f4909155 100644
--- a/src/SMAPI.Web/Framework/Clients/Nexus/NexusMod.cs
+++ b/src/SMAPI.Web/Framework/Clients/Nexus/NexusMod.cs
@@ -1,5 +1,4 @@
using Newtonsoft.Json;
-using StardewModdingAPI.Toolkit;
namespace StardewModdingAPI.Web.Framework.Clients.Nexus
{